Searched refs:utilities (Results 1 – 6 of 6) sorted by relevance
325 …$filter = "(&(objectCategory=group)(distinguishedName=" . $this->adldap->utilities()->ldapSlashes(…332 …$filter = "(&(objectCategory=group)(distinguishedName=" . $this->adldap->utilities()->ldapSlashes(…373 …$filter = "(&(objectCategory=person)(distinguishedName=" . $this->adldap->utilities()->ldapSlashes…380 …$filter = "(&(objectCategory=group)(distinguishedName=" . $this->adldap->utilities()->ldapSlashes(…425 …$filter = "(&(objectCategory=group)(name=" . $this->adldap->utilities()->ldapSlashes($groupName) .…480 $groupNames = $this->adldap->utilities()->niceNames($groups); 590 $filter = '(objectsid=' . $this->adldap->utilities()->getTextSID($gsid).')';
91 …$result = @ldap_add($this->adldap->getLdapConnection(), "CN=" . $this->adldap->utilities()->escape…114 …$groups = $this->adldap->utilities()->niceNames($info[0]["memberof"]); //presuming the entry retur…
140 …$groups = $this->adldap->utilities()->niceNames($info[0]["memberof"]); //presuming the entry retur…
198 …$groups = $this->adldap->utilities()->niceNames($info[0]["memberof"]); // Presuming the entry retu…224 $username = $this->adldap->utilities()->strGuidToHex($username);595 $strGUID = $this->adldap->utilities()->binaryToText($guid[0]);
83 $mdbUseDefaults = $this->adldap->utilities()->boolToString($useDefaults);
277 public function utilities() { function in adLDAP