JClientLdap::rename
Rename the entry
Signature
public function rename(string
$dn,
string
$newdn,
string
$newparent,
boolean
$deleteolddn )
Parameters
-
$dn
- The DN of the entry at the moment
-
$newdn
- The DN of the entry should be (only cn=newvalue)
-
$newparent
- The full DN of the parent (null by default)
-
$deleteolddn
- Delete the old values (default)
Returns
- boolean
- Result of operation