Query: ldap_rename
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LDAP_RENAME(3) 1 LDAP_RENAME(3) ldap_rename - Modify the name of an entrySYNOPSISbool ldap_rename (resource $link_identifier, string $dn, string $newrdn, string $newparent, bool $deleteoldrdn)DESCRIPTIONThe entry specified by $dn is renamed/moved.PARAMETERSo $link_identifier - An LDAP link identifier, returned by ldap_connect(3). o $dn - The distinguished name of an LDAP entity. o $newrdn - The new RDN. o $newparent - The new parent/superior entry. o $deleteoldrdn - If TRUE the old RDN value(s) is removed, else the old RDN value(s) is retained as non-distinguished values of the entry.RETURN VALUESReturns TRUE on success or FALSE on failure.NOTESNote This function currently only works with LDAPv3. You may have to use ldap_set_option(3) prior to binding to use LDAPv3. This func- tion is only available when using OpenLDAP 2.x.x OR Netscape Directory SDK x.x.SEE ALSOldap_modify(3). PHP Documentation Group LDAP_RENAME(3)