|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
CONNAUTH/CHCKCLNT for specific channels |
« View previous topic :: View next topic » |
Author |
Message
|
eniomarques |
Posted: Fri Dec 06, 2019 12:53 pm Post subject: CONNAUTH/CHCKCLNT for specific channels |
|
|
Novice
Joined: 25 May 2015 Posts: 24 Location: Brazil
|
Hi all!
We are trying to implement a way to require an LDAP/OS user and password for a specific channel that the non MQ admins uses for MQ Explorer.
If we set the CONNAUTH's CHCKCLNT to 'required', it also affects the other channels (we do not want the applications to change the way they are currently connecting), and the 'optional' value would be as good as the 'none' in this case.
Is there any way to do it?
We currently have the CHLAUTH disabled, as we are using the blockip exit for the admin channel since our QMs were on v7 and below. |
|
Back to top |
|
 |
hughson |
Posted: Sat Dec 07, 2019 12:54 am Post subject: |
|
|
 Padawan
Joined: 09 May 2013 Posts: 1959 Location: Bay of Plenty, New Zealand
|
You can upgrade a channel to require a password, where the queue manager wide setting is OPTIONAL, by using a CHLAUTH rule.
It would be possible to do this and also use the blockip2 exit, since the security exit always gets called to see if it would prefer to block the connection, even if CHLAUTH rules would have let it in.
You will have to ensure two things are set, before you go down this route though.
- CONNAUTH's CHCKCLNT(OPTIONAL) - NONE will not work
- CHLAUTH(ENABLED)
If you can go with these settings then you should be able to set a CHLAUTH rule something like:-
Code: |
SET CHLAUTH(channel-name) TYPE(ADDRESSMAP) ADDRESS('*') USERSRC(CHANNEL) CHCKCLNT(REQUIRED) |
Have a test in your environment and see how it sits together and let me know what you find.
Cheers,
Morag _________________ Morag Hughson @MoragHughson
IBM MQ Technical Education Specialist
Get your IBM MQ training here!
MQGem Software |
|
Back to top |
|
 |
eniomarques |
Posted: Mon Dec 09, 2019 8:31 am Post subject: |
|
|
Novice
Joined: 25 May 2015 Posts: 24 Location: Brazil
|
It worked, thank you Morag! |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Dec 09, 2019 1:34 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
For the values for Connauth for the queue manager I like to keep REQADM for checking client authorizations.
If a channel requires less, optional can be set at the qmgr level but you would then require a backstop rule to reinstate required for admins for everybody and make an exception at the channel level.
Hope this helps some.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|