Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPGroups.php130 * @param string $contactDn The DN of the contact to add
133 public function addContact($group, $contactDn) argument
146 $add["member"] = $contactDn;
280 * @param string $contactDn The DN of a contact to remove from the group
283 public function removeContact($group, $contactDn) argument
294 $del["member"] = $contactDn;