ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General IBM MQ Support » MQCCRED security exits configuration

Post new topic  Reply to topic
 MQCCRED security exits configuration « View previous topic :: View next topic » 
Author Message
sachinramesh
PostPosted: Mon Jun 03, 2024 4:47 am    Post subject: MQCCRED security exits configuration Reply with quote

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
View user's profile Send private message Send e-mail
fjb_saper
PostPosted: Tue Jun 04, 2024 1:42 pm    Post subject: Re: MQCCRED security exits configuration Reply with quote

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
View user's profile Send private message Send e-mail
sachinramesh
PostPosted: Tue Jun 04, 2024 10:55 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » MQCCRED security exits configuration
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.