Sample ldap commands to delete a CA Top Secret user's OMVS segment using CA LDAP.
search cancel

Sample ldap commands to delete a CA Top Secret user's OMVS segment using CA LDAP.

book

Article ID: 125492

calendar_today

Updated On:

Products

Top Secret Top Secret - LDAP

Issue/Introduction

Sample ldap commands to delete a CA Top Secret user's OMVS segment using CA LDAP.

Is there is an ldap or LDIF script to remove the Segment OMVS portion for a user account?

Environment

Release:
Component: TSSLDP

Resolution

Below is a sample LDIF script that should remove or delete all the Segment OMVS portion of a user acid. 

Please note that the delimiter '-' is need for specifying multiple ldap modify command. 
Using sample below, substitute 'user acid' for 'myacid' and substitute 'your suffix' for 'host=yourhost,o=ca,c=us' 


dn:tssacid=myacid,tssadmingrp=acids,host=yourhost,o=ca,c=us 
changetype: modify 
delete: OMVS-Home-Subdir 

delete: OMVS-Program 

delete: OMVS-User-ID 

delete: OMVS-Dflt-Group 

delete: MaxAddrSpaceSize 

delete: MaxDataSpacePages 

delete: MaxCPUTime 

delete: MaxFilesPerProcess 

delete: MaxProcesses 

delete: MaxPthreadsCreated