ldapDeleteDNW(3ibx) — Subroutines
NAME
ldapDeleteDNW − Deletes an entry from a directory tree by deleting its distinguished name.
SYNOPSIS
| #include <libldap.h> | ||
| int ldapDeleteDNW( | LDAP_t ∗ldap_handle, | |
| char ∗distinguished_name ); |
INPUT PARAMETERS
ldap_handleThe address of an LDAP handle.
distinguished_nameThe address of a string containing the distinguished name of the entry you want to delete. The following is an example of an LDAP-compliant distinguished name:
(cn="Joan Smith", ou=marketing, o="Big Corporation", c=us)
DESCRIPTION
The ldapDeleteDNW function performs its operation synchronously.
INFOBROKER NOTES
This function works only with an X.500 Directory Service; you cannot use this function to delete an entry in the InfoBroker workgroup directory.
RETURNS
One of the LDAP standard return values: LDAP_message.
RELATED INFORMATION
Functions: ldapAddW(3), ldapModify(3), ldapModrdnW(3).