Searched refs:ldapSlashes (Results 1 – 3 of 3) sorted by relevance
325 …bjectCategory=group)(distinguishedName=" . $this->adldap->utilities()->ldapSlashes($groups[$i]) . …332 …bjectCategory=group)(distinguishedName=" . $this->adldap->utilities()->ldapSlashes($groups[$i]) . …373 …jectCategory=person)(distinguishedName=" . $this->adldap->utilities()->ldapSlashes($users[$i]) . "…380 …bjectCategory=group)(distinguishedName=" . $this->adldap->utilities()->ldapSlashes($users[$i]) . "…425 …$filter = "(&(objectCategory=group)(name=" . $this->adldap->utilities()->ldapSlashes($groupName) .…
102 public function ldapSlashes($str) { function in adLDAPUtils
376 $result .= ')(displayname=*' . $adldapUtils->ldapSlashes($filter['name']) . '*';381 $result .= ')(samAccountName=*' . $adldapUtils->ldapSlashes($filter['user']) . '*';386 $result .= ')(mail=*' . $adldapUtils->ldapSlashes($filter['mail']) . '*';