| LDAP CALL Routine Interface |
Deletes an entry from an LDAP directory
|
CALL LDAPS_DELETE(lHandle, entryName, rc);
|
| lHandle |
specifies the connection handle that is returned
by the LDAPS_OPEN CALL routine.
| Type: |
Numeric |
| Direction: |
Input |
|
| entryName |
names the entry that is to be deleted from the LDAP
directory.
| Type: |
Character |
| Direction: |
Input |
|
| rc |
receives a return code that indicates success or
failure.
| Type: |
Numeric |
| Direction: |
Output |
|
The following example deletes an entry from an LDAP directory.
dn = "cn=alpair02.unx.com,o=Alphalite Airways,c=US";
rc=0;
call ldaps_delete(lHandle, entryName, rc);
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.