|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQCCRED security exits configuration |
« View previous topic :: View next topic » |
Author |
Message
|
sachinramesh |
Posted: Mon Jun 03, 2024 4:47 am Post subject: MQCCRED security exits configuration |
|
|
 Disciple
Joined: 20 Feb 2007 Posts: 170
|
HI ,
I need to connect to a linux qmgr from a windows machine using password authentication .
The authentication is only needed for our admin channel.So i am planning to use mqccred channel exits.
Please let me know if my understanding is correct .
On the server(Linux machine) :
disabled chlauth and connauth properties on the qmgr
created a svrconn and client conn channels and modified the clntconn channel with SCYEXIT('mqccred(ChlExit)') SCYDATA(DEBUG) .
on the client machine(Windows Machine):
copied the mqccred.dll file to the exits dir C:\ibm\wmq\exits64\Installation1
copied the AMQCLCHL.TAB file created on the mqserver to the client machine at C:\ibm\wmq\exits64\Installation1
created the mqccred.ini file and copied to C:\ibm\wmq\exits64\Installation1
set MQCCRED,MQCHLLIB,MQCHLTAB env variables on the clinet machine.
ran the runmqccred pointing to the mqccred.ini file.
is the above steps are fine or am in missing anything here . |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Jun 04, 2024 1:42 pm Post subject: Re: MQCCRED security exits configuration |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
sachinramesh wrote: |
HI ,
I need to connect to a linux qmgr from a windows machine using password authentication .
The authentication is only needed for our admin channel.So i am planning to use mqccred channel exits.
Please let me know if my understanding is correct .
On the server(Linux machine) :
disabled chlauth and connauth properties on the qmgr
created a svrconn and client conn channels and modified the clntconn channel with SCYEXIT('mqccred(ChlExit)') SCYDATA(DEBUG) .
|
Why did you disable chlauth and connauth? There is no reason to do that especially if you are using mqccred ...
sachinramesh wrote: |
on the client machine(Windows Machine):
copied the mqccred.dll file to the exits dir C:\ibm\wmq\exits64\Installation1
copied the AMQCLCHL.TAB file created on the mqserver to the client machine at C:\ibm\wmq\exits64\Installation1
created the mqccred.ini file and copied to C:\ibm\wmq\exits64\Installation1
set MQCCRED,MQCHLLIB,MQCHLTAB env variables on the clinet machine.
ran the runmqccred pointing to the mqccred.ini file.
is the above steps are fine or am in missing anything here . |
Yes you're missing the content needed in the mqccred.ini file
You should have something like
Code: |
QueueManager:
Name=qmname
User=linuxauthorizeduser
Password=linuxpassword
Force=true
|
After having updated the mqccred.ini run the runmqccred on the file.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
sachinramesh |
Posted: Tue Jun 04, 2024 10:55 pm Post subject: |
|
|
 Disciple
Joined: 20 Feb 2007 Posts: 170
|
Thanks Saper for the reply.
Yes i have the .ini file in the same format .
Will test this set up and let you know if i see any errors |
|
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
|
|
|
|