Lines Matching defs:dn
174 $dn = $userinfo[0]['distinguishedname'][0];
175 $result = $this->adldap->folder()->delete($dn);
401 // Find the dn of the user
402 $userDn = $this->dn($username, $isGUID);
486 $userDn = $this->dn($username, $isGUID);
534 public function dn($username, $isGUID=false)
537 if ($user[0]["dn"] === NULL) {
540 $userDn = $user[0]["dn"];
657 $dn = $userInfo[0]['distinguishedname'][0];
662 $result = @ldap_rename($this->adldap->getLdapConnection(), $dn, $newRDn, $newBaseDn, true);