Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authad/
H A Dauth.php373 $adldapUtils = new adLDAPUtils($this->initAdLdap(null));
376 $result .= ')(displayname=*' . $adldapUtils->ldapSlashes($filter['name']) . '*';
381 $result .= ')(samAccountName=*' . $adldapUtils->ldapSlashes($filter['user']) . '*';
386 $result .= ')(mail=*' . $adldapUtils->ldapSlashes($filter['mail']) . '*';