Re: Determination of the Correct ESM Id

2009-03-01 Thread Stephen Mednick
There was a posting back in October last year under a thread heading of A
Security SubSystem question in which Mark Zeldon said that for the purposes of
his IPLINFO facility  he tests for the presence of ACF2 in this the RCVTID
field.

Check out the code at his site:

http://home.flash.net/~mzelden/mvsutil.html



Stephen Mednick
Computer Supervisory Services
Sydney, Australia
 
Asia/Pacific representatives for
Innovation Data Processing, Inc.


 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of John P. Baker
 Sent: Sunday, 1 March 2009 6:49 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Determination of the Correct ESM Id
 
 The presence of CA-Top Secret Security on a system is easily 
 recognized through an examination of the RCVTID field, which 
 for IBM's RACF is set to RCVT, and for CA-Top Secret 
 Security is set to RTSS.
 
  
 
 Does CA-ACF/2 set the RCVTID field, and if so, to what?  If 
 not, is their some other way by which the presence of 
 CA-ACF/2 may be recognized?
 
  
 
 John P. Baker
 
  

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Determination of the Correct ESM Id

2009-03-01 Thread John P Kalinich
FWIW, DBLT was the RCVTID of the DeadBolt security product that Barry 
Schrager once was a part of.

Regards,
John K

Alan Field of the IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu 
wrote on 02/28/2009 04:20:33 PM:

 Here's a program snippet that should answer your question:
 
 USING RCVT,R3 
 MVC   MSG+20(4),=C'RACF'START WITH RACF 
 CLC   RCVTID(4),=C'RCVT'IS IT RACF? 
 BEMSGOK 
 MVC   MSG+20(4),=C'TSS 'NOW TRY TOP SECRET 
 CLC   RCVTID(4),=C'RTSS'IS IT TSS ? 
 BEMSGOK 
 MVC   MSG+20(4),=C'ACF2'NOW TRY ACF2 
 CLC   RCVTID(4),=C'ACF2'IS IT ACF2? 
 BEMSGOK 
 MVC   MSG+20(4),=C''DON'T KNOW WHAT SYSTEM 
 EQU   * 
 
 I just verified it works on our TSS and ACF2 systems. I haven't got a
 RACF system to try it on. 
 
 Alan
 
 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of John P. Baker
 Sent: Saturday, February 28, 2009 13:49 
 To: IBM-MAIN@bama.ua.edu
 Subject: Determination of the Correct ESM Id
 
 The presence of CA-Top Secret Security on a system is easily recognized
 through an examination of the RCVTID field, which for IBM's RACF is set
 to
 RCVT, and for CA-Top Secret Security is set to RTSS.
 
 Does CA-ACF/2 set the RCVTID field, and if so, to what?  If not, is
 their
 some other way by which the presence of CA-ACF/2 may be recognized?
 
 John P. Baker

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Determination of the Correct ESM Id

2009-02-28 Thread Field, Alan C.
Here's a program snippet that should answer your question:

USING RCVT,R3  
MVC   MSG+20(4),=C'RACF'START WITH RACF
CLC   RCVTID(4),=C'RCVT'IS IT RACF?
BEMSGOK
MVC   MSG+20(4),=C'TSS 'NOW TRY TOP SECRET 
CLC   RCVTID(4),=C'RTSS'IS IT TSS ?
BEMSGOK
MVC   MSG+20(4),=C'ACF2'NOW TRY ACF2   
CLC   RCVTID(4),=C'ACF2'IS IT ACF2?
BEMSGOK
MVC   MSG+20(4),=C''DON'T KNOW WHAT SYSTEM 
EQU   *

I just verified it works on our TSS and ACF2 systems. I haven't got a
RACF system to try it on. 

Alan

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of John P. Baker
Sent: Saturday, February 28, 2009 13:49 
To: IBM-MAIN@bama.ua.edu
Subject: Determination of the Correct ESM Id

The presence of CA-Top Secret Security on a system is easily recognized
through an examination of the RCVTID field, which for IBM's RACF is set
to
RCVT, and for CA-Top Secret Security is set to RTSS.

 

Does CA-ACF/2 set the RCVTID field, and if so, to what?  If not, is
their
some other way by which the presence of CA-ACF/2 may be recognized?

 

John P. Baker

 


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html