Are there any examples to create and delete ACIDs using the ldapmodify command with an LDIF?
Sample LDIF to create ACIDs
The equivalent commands under CA Top Secret are:
TSS CRE(TESTID1) NAME('TESTID NUMBER 1') DEPT(TESTDEPT) -
PASS(TESTPAS1,,EXP) PROF(PROFILE1)
TSS CRE(TESTID2) NAME('TESTID NUMBER 2') DEPT(TESTDEPT) -
PASS(TESTPAS2,,EXP) PROF(PROFILE2)
Note1:
CA LDAP Server provides UFNs(User Friendly Names) for each ACID field on the CA Top Secret database.
Example:
'userPassword' is the UFN for the PASSWORD in the CA Top Secret database.
The list for UFNs can be found in the Chapter 4 'CA TSS_RA Backend' in CA LDAP for CA Top Secret Administrator Guide.
Note2:
The acid must be created first before adding the PROFILE to it.
A single ldapmodify commands can be used to create the acid and then add the PROFILE to the acid.
A separate DN is needed to create the acid and then add the PROFILE to the acid.
Sample LDIF to delete ACIDs