How to remove an IBMGROUP from an Acid with LDAP
search cancel

How to remove an IBMGROUP from an Acid with LDAP

book

Article ID: 8525

calendar_today

Updated On:

Products

Top Secret Top Secret - LDAP

Issue/Introduction

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)

Environment

CA Top Secret 15.0 Sp1CA LDAP Server 15.1

Cause

The command is incorrect.

Resolution

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.