API17:JLDAP::rename
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JLDAP::rename
Description
Rename the entry.
Description:JLDAP::rename [Edit Descripton]
Synopsis
public JLDAP::rename ($dn, $newdn, $newparent, $deleteolddn)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $dn | string | dn The DN of the entry at the moment | |
| $newdn | string | newdn The DN of the entry should be (only cn=newvalue) | |
| $newparent | string | newparent The full DN of the parent (null by default) | |
| $deleteolddn | bool | deleteolddn Delete the old values (default) |
Returns
bool Result of operation
Defined in
libraries/joomla/client/ldap.php (line 376)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
