ldapGetDN(3ibx) — Subroutines
NAME
ldapGetDN − Returns the address of a directory entry’s distinguished name.
SYNOPSIS
| #include <libldap.h> | ||
| char ∗ ldapGetDN( | LDAP_t ∗ldap_handle, | |
| LDAPM_t ∗directory_entry ); |
INPUT PARAMETERS
ldap_handleThe address of an LDAP handle.
directory_entryThe address of a directory entry returned by a call to either the ldapFirstEntry or ldapNextEntry function.
RETURNS
The address of a character string containing the distinguished name of directory_entry.
RELATED INFORMATION
Functions: ldapFirstEntry(3), ldapNextEntry(3).