Home
last modified time | relevance | path

Searched refs:distinguisedName (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPContacts.php183 * @param string $distinguisedName The full DN of a contact
188 public function inGroup($distinguisedName, $group, $recursive = NULL) argument
190 if ($distinguisedName === NULL) { return false; }
196 $groups = $this->groups($distinguisedName, array("memberof"), $recursive);