I'm trying to remove an IBMGROUP from an Acid but I get an error.
The ldap file that I'm using is:
dn: tssresname=ABCD,tssresclass=IBMGROUP,tssacidgrp=Permissions,
tssprofile=PROFILE1,tssadmingrp=profiles,host=hostxx,o=ca,c=us
changetype: delete
The error that I'm receiving is:
ldap_delete: No such object (32)
additional info: LDP2302E TSS error deleting tssresname(ABCD)
The command is incorrect.
The ldif file should be :
dn: tssresname=1. ABCD,tssresclass=IBMGROUP,tssprofgrp=Permissions,
tssprofile=PROFILE1,tssadmingrp=profiles,host=hostxx,o=ca,c=us
changetype: delete
Notes:
1- The second line has to start with a space.
2.- The tssresname must be "1. ABCD". The prefix 1 represents the sequence number when it exists.
I.e. when multiple permits exit for the same resource name. It can't be the case for IBMGROUP, it can occur for DATASET.