php man page for ldap_rename

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 entry

SYNOPSIS
bool ldap_rename (resource $link_identifier, string $dn, string $newrdn, string $newparent, bool $deleteoldrdn)
DESCRIPTION
The entry specified by $dn is renamed/moved.
PARAMETERS
o $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 VALUES
Returns TRUE on success or FALSE on failure.
NOTES
Note 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 ALSO
ldap_modify(3). PHP Documentation Group LDAP_RENAME(3)
Related Man Pages
ldap_rename_s(3) - mojave
ldap_rename(3) - linux
ldap_rename_s(3) - debian
ldap_rename_s(3) - centos
ldap_rename_s(3) - osx
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Rules for Homework & Coursework Questions Forum
Forum Video Tutorial: How to Use Code Tags
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch