Sample LDAP Command To Delete An Acid From the CA Top Secret Security File?
search cancel

Sample LDAP Command To Delete An Acid From the CA Top Secret Security File?

book

Article ID: 53607

calendar_today

Updated On:

Products

Top Secret Top Secret - LDAP

Issue/Introduction

Trying to delete an acid from CA Top Secret Security File using LDAP, but receiving the following error message:

Delete Result:

Invalid DN syntax (34)

Following is the ldapdelete script I have tried that caused the above error:

ldapdelete -x -D cn=test -W -H ldaps://hostname.com:636 -f
/filepath/tmp/tss.del

The contents of the tss.del file is:

tssacid=testacid,host=tsst,dc=hostname,dc=com

The syntax is incorrect somewhere, what is an example of proper LDIF syntax?

Environment

Release:
Component: TSSLDP

Resolution

The contents of tss.del file should contain the following:

tssacid=xxxxxxxx,tssadmingrp=acids,host=yyyyyyyy,o=zzzzzzzz,c=us

Where:
xxxxxxx - acid
yyyyyyy- host name
zzzzzzzz- org name