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 » IBM MQ Security » MQS Security Exit mechanism - Question

Post new topic  Reply to topic
 MQS Security Exit mechanism - Question « View previous topic :: View next topic » 
Author Message
miki86
PostPosted: Tue Sep 25, 2012 1:03 am    Post subject: MQS Security Exit mechanism - Question Reply with quote

Newbie

Joined: 25 Sep 2012
Posts: 2

Hi everybody,

I am new in the field of MQSeries and I have got a task to introduce the MQS Security Exit mechanism. A colleague told me that I have only to add a property to the existing init file.:

DEFINE CHANNEL ('TEST.CLIENT.CH01') CHLTYPE(CLNTCONN) +
CONNAME('10.1.10.2(1414)') TRPTYPE(TCP) +
SCYEXIT('C:\Capitalware\MQAUSX\mqausxclnt(ClntExit)') +
SCYDATA('u=youruserid;p=yourpassword') +
REPLACE


Is this enough?

I hope someone can help me.

Thx in advance!
Back to top
View user's profile Send private message
exerk
PostPosted: Tue Sep 25, 2012 1:19 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

And did not your colleague point you to the Capitalware documentation?
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
miki86
PostPosted: Tue Sep 25, 2012 1:26 am    Post subject: Reply with quote

Newbie

Joined: 25 Sep 2012
Posts: 2

You mean this?:

http://www.capitalware.biz/dl/docs/MQAUSX_Client-side_Configuration.pdf

Yes, he pointed me to this document and I have read it. So, I ask whether this property is sufficient ?
Back to top
View user's profile Send private message
exerk
PostPosted: Tue Sep 25, 2012 1:32 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

miki86 wrote:
You mean this?:

http://www.capitalware.biz/dl/docs/MQAUSX_Client-side_Configuration.pdf

Yes, he pointed me to this document and I have read it. So, I ask whether this property is sufficient ?

Have you tried it?
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Tue Sep 25, 2012 3:44 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

And what were the results?
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
RogerLacroix
PostPosted: Wed Sep 26, 2012 3:27 pm    Post subject: Re: MQS Security Exit mechanism - Question Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3264
Location: London, ON Canada

miki86 wrote:
Is this enough?

I hope someone can help me.

You could have emailed Capitalware Support for free help rather than simply putting a question out there for anyone to answer.

MQAUSX client-side security exit is supported as:
- Windows DLL
- Windows DLL for managed .NET
- Java JAR
- Non-GUI shared library for AIX, HP-UX, iSeries (OS/400), Linux and Solaris

"mqausxclnt.dll" is used for Windows native applications.

Next, you need to "feed" the client-side exit with the user credentials and you can do this in 1 of 5 ways:
- Have the application directly set the UserID and Password (via MQCONNX)
- Have the application use CWMQCONNX rather than MQCONNX
- Set the UserID and Password in the Security Exit Data field of CLNTCONN i.e. SCYDATA('u=youruserid;p=yourpassword')
- Use the enc_clnt_gui.exe or enc_clnt.exe to create an encrypted client-side file and then set this value in the Security Exit Data field of CLNTCONN i.e. SCYDATA('C:\test\clnt.enc')
- Use can also set the UserID and Password via environment variables.

The recommended approached is to use the encrypted client-side file.

Please let me know if you have any questions or comments.

Regards,
Roger Lacroix
Capitalware Inc.
_________________
Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Security » MQS Security Exit mechanism - Question
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.