Question on defining a profile to facility class in RACF

2008-05-20 Thread David Day
I want to add a new generic profile to the facility class to use if for protecting some functions within an application. I execute an RDEFINE as follows: rdef facility abc.addrspac.** uacc(none). RACF does not gripe about this. Says everythingis fine,as far as I can tell. next I execute

Re: Question on defining a profile to facility class in RACF

2008-05-20 Thread Scott Rowe
You cannot do a PERMIT against a resource that has not been defined. If you want to do a PERMIT on ABC.ADDRSPAC.DAD*, you must first do an rdef for it. David Day [EMAIL PROTECTED] 5/20/2008 2:14 PM I want to add a new generic profile to the facility class to use if for protecting some

Re: Question on defining a profile to facility class in RACF

2008-05-20 Thread John Laubenheimer
On Tue, 20 May 2008 13:14:05 -0500, David Day [EMAIL PROTECTED] wrote: rdef facility abc.addrspac.** uacc(none). RACF does not gripe about this. Says everythingis fine,as far as I can tell. next I execute setropts generic(facility) refresh I then execute a PERMIT as follows: permit

Re: Question on defining a profile to facility class in RACF

2008-05-20 Thread Bradley Snyder
I want to add a new generic profile to the facility class to use if for protecting some functions within an application. I execute an RDEFINE as follows: rdef facility abc.addrspac.** uacc(none). RACF does not gripe about this. Says everythingis fine,as far as I can tell. next I execute

Re: Question on defining a profile to facility class in RACF

2008-05-20 Thread David Day
Thanks for the help. - Original Message - From: John Laubenheimer [EMAIL PROTECTED] Newsgroups: bit.listserv.ibm-main To: IBM-MAIN@BAMA.UA.EDU Sent: Tuesday, May 20, 2008 1:27 PM Subject: Re: Question on defining a profile to facility class in RACF On Tue, 20 May 2008 13:14:05 -0500,