This is the one change from a V9.0.0.1/MQ7.0.0.3/Server 2008-R2 setup that I had been working on recently.
The only other change needed was the adding of a line to the QMGR definitions to disable CONNAUTH.
Code:
alter QMGR CONNAUTH('') FORCE
Once I have fully documented the build I'll work using CONNAUTH and see if it is practical to have it set with our current application portfolio.
Many thanks to those who gave suggestions in this thread. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Don't disable connauth the way you did...
Rather create a connauth config setting the check to none and activate it.
Better controlled result that way.
Code:
3 : DIS AUTHINFO(USE.PW) ALL
AMQ8566: Display authentication information details.
AUTHINFO(USE.PW) AUTHTYPE(IDPWOS)
ADOPTCTX(NO) DESCR( )
CHCKCLNT(NONE) CHCKLOCL(OPTIONAL)
FAILDLAY(1) ALTDATE(2014-06-12)
ALTTIME(19.32.48)
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
Thanks for that tip. I'll keep a note of it and build it into the next version of my scripts.
This is the sort of thing I will be looking at when I evaluate our current set of applications on V8 with Username/passwords optional.
I already know that none of them will currently pass a username/password so I also need to understand what development effort is needed to make the changes.
{sigh, when did I decide not to retire? maybe I need to rethink that... before I } _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum