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 » Mainframe, CICS, TXSeries » Z/OS Racf GET/PUT

Post new topic  Reply to topic
 Z/OS Racf GET/PUT « View previous topic :: View next topic » 
Author Message
ytessier
PostPosted: Mon Mar 23, 2009 11:20 am    Post subject: Z/OS Racf GET/PUT Reply with quote

Newbie

Joined: 23 Mar 2009
Posts: 2

On the Z/OS platform, to secure a queue we use Profiles in RACF
for example:
RDEFINE MQQUEUE QM1.PAY.** UACC(NONE)
PERMIT QM1.PAY.** CLASS(MQQUEUE) ID(MYID) ACCESS(UPDATE)

This will give acces to MYID to PUT or GET a message on the queue PAY

Is there a way to give access only to GET a message on the queue PAY, and preventing to PUT a message
Beside defining an alias with only a GET enable / PUT disable pointing to the PAY queue.

The reason I want to have control from RACF only .
Back to top
View user's profile Send private message
Mr Butcher
PostPosted: Mon Mar 23, 2009 11:57 pm    Post subject: Reply with quote

Padawan

Joined: 23 May 2005
Posts: 1716

because both operations (put and get) require "update" access to the queue profile there is no chance to differ between put and get by only using racf and a single queue profile (assuming put and get is done by the same userid / group).

it only works the way it is described in the manuals by using alias queues with get / put disable.
_________________
Regards, Butcher
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 » Mainframe, CICS, TXSeries » Z/OS Racf GET/PUT
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.