Searched refs:isGUID (Results 1 – 3 of 3) sorted by relevance
/dokuwiki/lib/plugins/authad/adLDAP/classes/ |
D | adLDAPUsers.php | 168 * @param bool $isGUID Is the username a GUID or a samAccountName 171 public function delete($username, $isGUID = false) argument 173 $userinfo = $this->info($username, array("*"), $isGUID); 187 * @param bool $isGUID Is the username passed a GUID or a samAccountName 190 public function groups($username, $recursive = NULL, $isGUID = false) argument 197 $info = @$this->info($username, array("memberof", "primarygroupid"), $isGUID); 215 * @param bool $isGUID Is the username passed a GUID or a samAccountName 218 public function info($username, $fields = NULL, $isGUID = false) argument 223 if ($isGUID === true) { 270 * @param bool $isGUID Is the username passed a GUID or a samAccountName [all …]
|
D | adLDAPExchange.php | 64 * @param bool $isGUID Is the username passed a GUID or a samAccountName 67 …, $storageGroup, $emailAddress, $mailNickname=NULL, $useDefaults=TRUE, $baseDn=NULL, $isGUID=false) argument 91 $result = $this->adldap->user()->modify($username, $attributes, $isGUID); 110 * @param bool $isGUID Is the username passed a GUID or a samAccountName 113 …public function addX400($username, $country, $admd, $pdmd, $org, $surname, $givenName, $isGUID=fal… argument 120 $user = $this->adldap->user()->info($username, array("cn","proxyaddresses"), $isGUID); 149 * @param bool $isGUID Is the username passed a GUID or a samAccountName 152 public function addAddress($username, $emailAddress, $default = FALSE, $isGUID = false) argument 163 $user = $this->adldap->user()->info($username, array("cn","proxyaddresses"), $isGUID); 217 * @param bool $isGUID Is the username passed a GUID or a samAccountName [all …]
|
D | adLDAPGroups.php | 95 * @param bool $isGUID Is the username passed a GUID or a samAccountName 98 public function addUser($group, $user, $isGUID = false) argument 104 $userDn = $this->adldap->user()->dn($user, $isGUID); 247 * @param bool $isGUID Is the username passed a GUID or a samAccountName 250 public function removeUser($group, $user, $isGUID = false) argument 261 $userDn = $this->adldap->user()->dn($user, $isGUID);
|