Author |
Message |
Topic: MQ SSL basic question |
amita09
Replies: 6 Views: 3653
|
Forum: General Discussion Posted: Sun Nov 20, 2005 5:12 pm Subject: MQ SSL basic question |
My understanding is SSL can be enabled between 2 Queue Managers across 2 different MQ installations on 2 physical machines. Client Authentication can also be enabled.
Question is : Besides QM to ... |
Topic: basic security question |
amita09
Replies: 15 Views: 19943
|
Forum: General Discussion Posted: Thu Nov 17, 2005 3:38 am Subject: basic security question |
1 ) "The password doesn't. But the userid must match a opsys userid if you are using authorization (for example, if you are using OAM to control queue access). The authentication exit can change the u ... |
Topic: basic security question |
amita09
Replies: 15 Views: 19943
|
Forum: General Discussion Posted: Thu Nov 17, 2005 2:57 am Subject: basic security question |
Can you verify my understanding here ?
"MQ V6 adds a new structure to the MQCONNX call (MQCSP) which allows you to pass a userid and password. You must also provide an authenticate user exit (MQZ_A ... |
Topic: basic security question |
amita09
Replies: 15 Views: 19943
|
Forum: General Discussion Posted: Thu Nov 17, 2005 1:58 am Subject: basic security question |
Is it possible to provide a login and password when trying to connect to queue manager from an application using MQ API.
Assume MQ is deployed in Solaris. My application is running in Solaris as we ... |
Topic: MQ CICS Bridge - information in (MQMD,MQCIH) |
amita09
Replies: 21 Views: 18370
|
Forum: General Discussion Posted: Wed Nov 02, 2005 3:35 am Subject: MQ CICS Bridge - information in (MQMD,MQCIH) |
Hi All,
Planning to put together some of the items we discussed for future use for folks who have not had experience writing security stuff for MQ.
I plan to use most of the items from the resourc ... |
Topic: Writing our own MQ-CICS Bridge |
amita09
Replies: 3 Views: 9513
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Oct 28, 2005 3:26 am Subject: Writing our own MQ-CICS Bridge |
OK !! Now thats an encouragement.  |
Topic: MQ CICS Bridge - information in (MQMD,MQCIH) |
amita09
Replies: 21 Views: 18370
|
Forum: General Discussion Posted: Fri Oct 28, 2005 3:22 am Subject: MQ CICS Bridge - information in (MQMD,MQCIH) |
zpat and wschutz
which option is easy to implement ? I am suppose to ask our folks to do it on the mainframe. ... i.e. writing an exit.
I hear from the forum and other resources on the net that ce ... |
Topic: Writing our own MQ-CICS Bridge |
amita09
Replies: 3 Views: 9513
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Oct 28, 2005 1:48 am Subject: Writing our own MQ-CICS Bridge |
What is effort involved in writing our own MQ-CICS bridge ?
Is it worth the effort ? Anyone who has done it before ? |
Topic: MQ CICS Bridge - information in (MQMD,MQCIH) |
amita09
Replies: 21 Views: 18370
|
Forum: General Discussion Posted: Fri Oct 28, 2005 1:43 am Subject: MQ CICS Bridge - information in (MQMD,MQCIH) |
-Have to use persistent messages.
-Problem is MQ-CICS bridge reads plain passwords from the header.
-API exit seems to be only viable solution.
-I know about TAM, BI...it darn expensive...my wallet ... |
Topic: MQ CICS Bridge - information in (MQMD,MQCIH) |
amita09
Replies: 21 Views: 18370
|
Forum: General Discussion Posted: Thu Oct 27, 2005 11:59 pm Subject: MQ CICS Bridge - information in (MQMD,MQCIH) |
"Bear in mind though that most mainframe access involves a clear text password being sent to the mainframe for verification - why it is a problem with MQSeries? "
I have enabled SSL on a 3270 emula ... |
Topic: MQ CICS Bridge - information in (MQMD,MQCIH) |
amita09
Replies: 21 Views: 18370
|
Forum: General Discussion Posted: Thu Oct 27, 2005 7:14 pm Subject: MQ CICS Bridge - information in (MQMD,MQCIH) |
Sorry forgot to ask one thing
"setup CICS so that everytime a CICS program issues an MQGET (which would include the bridge) the API crossing exit is called (both directions)."
How to set up CICS t ... |
Topic: MQ CICS Bridge - information in (MQMD,MQCIH) |
amita09
Replies: 21 Views: 18370
|
Forum: General Discussion Posted: Thu Oct 27, 2005 7:11 pm Subject: MQ CICS Bridge - information in (MQMD,MQCIH) |
well. Thanks. so it means that Crossing API exit will work on mainframe ie. for MQ-CICS bridge.
Regarding your question on Passtickets, Well it is because the username and password being sent every ... |
Topic: Restricting other Applications access to Queue Managers |
amita09
Replies: 17 Views: 13839
|
Forum: General Discussion Posted: Thu Oct 27, 2005 5:00 pm Subject: Restricting other Applications access to Queue Managers |
Sorry what you mean by renaming the application from B to A ?? |
Topic: MQ CICS Bridge - information in (MQMD,MQCIH) |
amita09
Replies: 21 Views: 18370
|
Forum: General Discussion Posted: Thu Oct 27, 2005 4:54 pm Subject: MQ CICS Bridge - information in (MQMD,MQCIH) |
If I encrypt the information in the headers MQMD,MQCIH (Username/Password) of RACF before placing the message in the Queue. Can MQ-CICS bridge be able to decrypt it after getting the message? What do ... |
Topic: MQ-CICS Bridge MQMD,MQCIH UID/PASSWORdecryption CICS Adapter |
amita09
Replies: 3 Views: 2928
|
Forum: General Discussion Posted: Thu Oct 27, 2005 4:52 pm Subject: MQ-CICS Bridge MQMD,MQCIH UID/PASSWORdecryption CICS Adapter |
Sorry,
I thought it will catch more attention so people can reply.
I will move it to the main thread. I think I need to rephrase my questions. |