ldap_dn2ufn

(PHP 4, PHP 5, PHP 7) Convert DN to User Friendly Naming format string ldap_dn2ufn ( string $dn ) Turns the specified dn, into a more user-friendly form, stripping off type names. Parameters: dn The distinguished name of an LDAP entity. Returns: Returns the user friendly name.

ldap_delete

(PHP 4, PHP 5, PHP 7) Delete an entry from a directory bool ldap_delete ( resource $link_identifier, string $dn ) Deletes a particular entry in LDAP directory. Parameters: link_identifier An LDAP link identifier, returned by ldap_connect(). dn The distinguished name of an LDAP entity. Returns: Returns TRUE on s

ldap_count_entries

(PHP 4, PHP 5, PHP 7) Count the number of entries in a search int ldap_count_entries ( resource $link_identifier, resource $result_identifier ) Returns the number of entries stored in the result of previous search operations. Parameters: link_identifier An LDAP link identifier, returned by ldap_connect(). result_identifier The internal

ldap_control_paged_result

(PHP 5 >= 5.4.0, PHP 7) Send LDAP pagination control bool ldap_control_paged_result ( resource $link, int $pagesize [, bool $iscritical = false [, string $cookie = "" ]] ) Enable LDAP pagination by sending the pagination control (page size, cookie...). Parameters: link An LDAP link identifier, returned by ldap_connect(). pagesize T

ldap_control_paged_result_response

(PHP 5 >= 5.4.0, PHP 7) Retrieve the LDAP pagination cookie bool ldap_control_paged_result_response ( resource $link, resource $result [, string &$cookie [, int &$estimated ]] ) Retrieve the pagination information send by the server. Parameters: link An LDAP link identifier, returned by ldap_connect(). result An LDAP link ide

ldap_connect

(PHP 4, PHP 5, PHP 7) Connect to an LDAP server resource ldap_connect ([ string $host = NULL [, int $port = 389 ]] ) Creates an LDAP link identifier and checks whether the given host and port are plausible. Note: This function does not open a connection. It checks whether the given parameters are plausibe and can be used to open a connection as soon as one is needed. Parameters: h

ldap_compare

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Compare value of attribute found in entry specified with DN mixed ldap_compare ( resource $link_identifier, string $dn, string $attribute, string $value ) Compare value of attribute with value of same attribute in an LDAP directory entry. Parameters: link_identifier An LDAP link identifier, returned by ldap_connect().

ldap_close

(PHP 4, PHP 5, PHP 7) Alias of ldap_unbind() This function is an alias of: ldap_unbind().

ldap_bind

(PHP 4, PHP 5, PHP 7) Bind to LDAP directory bool ldap_bind ( resource $link_identifier [, string $bind_rdn = NULL [, string $bind_password = NULL ]] ) Binds to the LDAP directory with specified RDN and password. Parameters: link_identifier An LDAP link identifier, returned by ldap_connect(). bind_rdn An LDAP link identifier, returned

ldap_add

(PHP 4, PHP 5, PHP 7) Add entries to LDAP directory bool ldap_add ( resource $link_identifier, string $dn, array $entry ) Add entries in the LDAP directory. Parameters: link_identifier An LDAP link identifier, returned by ldap_connect(). dn The distinguished name of an LDAP entity. entry An array that