Do you have an example LDAP command to suspend an acid in CA Top Secret?
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