How to remove a Profile to an Acid and what happens when there is no Profile attached to that Acid?
search cancel

How to remove a Profile to an Acid and what happens when there is no Profile attached to that Acid?

book

Article ID: 10685

calendar_today

Updated On:

Products

Top Secret - LDAP LDAP SERVER FOR Z/OS

Issue/Introduction

When trying to remove a PROFILE from an acid, if that acid is not connected to the PROFILE,
do not see any error for this command in the result of.

Resolution

- The correct syntax to REMOVE a PROFILE with LDAP for z/OS is:

 

ldapmodify -c -h YOURHOST -p nnnn -D cn=admin01 -w xxxxxxxx -x -f admin01_rem_profile.ldif 

 

Ldif file is below:

dn:tssproflist=profldap,tssacidgrp=proflist,tssacid=myacid,tssadmingrp=acids,host=yourhost,o=ca,c=us 
changetype: delete

 

If the PROFILE is not connected to the acid, you will receive the following messages:

 

deleting entry "tssproflist=profldap,tssacidgrp=proflist,tssacid=myacid,tssadmin 
grp=acids,host=yourhost,o=ca,c=us" 
ldap_delete: Other (e.g., implementation specific) error (80) 
additional info: LDP2507E TSS error issuing TSS REMOVE(myacid) PROFILE(profldap)(TSS0346E PROFILE/GROUP NOT FOUND)