Home
last modified time | relevance | path

Searched defs:deleteOldRdn (Results 1 – 3 of 3) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DModifyDnRequest.php54 protected $deleteOldRdn; variable in FreeDSx\\Ldap\\Operation\\Request\\ModifyDnRequest
67 public function __construct($dn, $newRdn, bool $deleteOldRdn, $newParentDn = null)
125 public function setDeleteOldRdn(bool $deleteOldRdn)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DOperations.php181 public static function rename(string $dn, $rdn, bool $deleteOldRdn = true): ModifyDnRequest
H A DLdapClient.php240 public function rename($dn, $newRdn, bool $deleteOldRdn = true): LdapMessageResponse