|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQS Security Exit mechanism - Question |
« View previous topic :: View next topic » |
Author |
Message
|
miki86 |
Posted: Tue Sep 25, 2012 1:03 am Post subject: MQS Security Exit mechanism - Question |
|
|
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 |
|
 |
exerk |
Posted: Tue Sep 25, 2012 1:19 am Post subject: |
|
|
 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 |
|
 |
miki86 |
Posted: Tue Sep 25, 2012 1:26 am Post subject: |
|
|
Newbie
Joined: 25 Sep 2012 Posts: 2
|
|
Back to top |
|
 |
exerk |
Posted: Tue Sep 25, 2012 1:32 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
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 |
|
 |
bruce2359 |
Posted: Tue Sep 25, 2012 3:44 am Post subject: |
|
|
 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 |
|
 |
RogerLacroix |
Posted: Wed Sep 26, 2012 3:27 pm Post subject: Re: MQS Security Exit mechanism - Question |
|
|
 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 |
|
 |
|
|
 |
|
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
|
|
|
|