LDAP command to suspend an acid in CA Top Secret
search cancel

LDAP command to suspend an acid in CA Top Secret

book

Article ID: 13723

calendar_today

Updated On:

Products

24X7 High-Availability Manager for DB2 for z/OS Batch Processor Compile QQF Data Compressor for DB2 for z/OS CA Unicenter NSM RC/Update for DB2 for z/OS DB2 TOOLS- DATABASE MISC

Issue/Introduction



Do you have an example LDAP command to suspend an acid in CA Top Secret?

 

Environment

Release:
Component: GEN

Resolution

For example, if you setup a ldif file like the following:

dn: tssacid=REAL_ACID_HERE,tssadmingrp=acids,host=YOUR_SUFFIX_HERE
changetype: modify
replace: user-suspend
user-suspend: y

Then you can use the sample LDAP modify command line utility (or a utility/code from any other vendor as the protocol is a standard) to read this file, translate it into the LDAP attribute/value paris and send a ASN.1 data packet to the LDAP Server.

The LDAP Server will read this data packet and translate the request into a native TSS command and issue it.

The LDIF above will cause the LDAP Server to generate the following:
TSS ADD(real_acid_here) SUSPEND