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 Installation/Configuration Support » RACF authentication

Post new topic  Reply to topic
 RACF authentication « View previous topic :: View next topic » 
Author Message
hcsiu
PostPosted: Thu May 22, 2003 4:39 am    Post subject: RACF authentication Reply with quote

Newbie

Joined: 22 May 2003
Posts: 3

Hi,

Does anyone knows if Websphere MQ client 5.3 on Windows works with MQ Server 5.2.1 on OS390?

Another question is how can I pass the CICS userid and password from Windows MQ client to RACF ?

Many thanks in advance.
Back to top
View user's profile Send private message Send e-mail
zpat
PostPosted: Thu May 22, 2003 5:16 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

Should be no problem with mixing that level of client and server.

Don't understand the question about RACF. MQ will pass the Windows id to the server for authentication, if that is also a RACF userid (watch for upper case needed) then it will work assuming it has the access rights.

The actual security on the application depends how you handle the messages. For example we have a long running CICS transaction that reads the queue, and then starts the requested transaction under authority of the RACF userid obtained from the MQ message.

You will need to permit the CICS region id access to the SURROGAT resource so that you can issue EXEC CICS START with the USER parameter.

Code:

RDEFINE SURROGAT *.DFHSTART UACC(NONE) OWNER(*)
PERMIT *.DFHSTART CLASS(SURROGAT) ID(CICS Region Id) ACC(READ)


However since anyone can set a NT userid value up - you should verify the RACF userid and password using the CICS VERIFY security verbs.

Have a look at MQ UPDATE issue 4 (Oct 1999) - this back issue is available free from http://www.xephon.com/journals/more/MQ

PS - If anyone wants a current subscription to MQ UPDATE please drop me a PM here, I can get you a discount.

http://www.xephon.com./updates/MQf.html
Back to top
View user's profile Send private message
hcsiu
PostPosted: Thu May 22, 2003 6:18 pm    Post subject: Reply with quote

Newbie

Joined: 22 May 2003
Posts: 3

Thanks very much zpat.

The set up is like this:
Windows 2000 with MQ client 5.3
MQ server 5.2.1 installed on OS390

When a message is put from Windows appl to MQ, does the MQ server challenage the request?
There is another CICS txn program to read from the Q and requires a specific CICS user ID in order to create the transaction, how does the Windows appl pass this information over.

Thanks again for you help.
Back to top
View user's profile Send private message Send e-mail
mgrabinski
PostPosted: Thu May 22, 2003 10:56 pm    Post subject: Reply with quote

Master

Joined: 16 Oct 2001
Posts: 246
Location: Katowice, Poland

Hi,

There two seperate issues in your post:
1) authenticating the Windows user to allow him to connect to z/OS and put messages there
2) assigning a userID for the CICS transaction that will read messages

The first can be solved for example by creating a user at Win with name matching a suitable RACF profile.

As for the latter, your CICS transaction can be either triggered by incoming message(s) - it will then run under the userID of MQSeries trigger monitor, or it can be run manually - and will have a user of your choice.
_________________
Marcin Grabinski <><
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » RACF authentication
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.