Lines Matching refs:dn
79 $dn = $this->makeFilter(
85 $dn = $this->makeFilter(
97 if (!empty($dn)) {
99 if (!@ldap_bind($this->con, $dn, $pass)) {
100 $this->debug("LDAP: bind with $dn failed", -1, __LINE__, __FILE__);
112 $dn = $info['dn'];
116 if (!@ldap_bind($this->con, $dn, $pass)) {
117 $this->debug("LDAP: bind with $dn failed", -1, __LINE__, __FILE__);
338 $dn = $info['dn'];
347 if (!@ldap_bind($this->con, $dn, $pass)) {
349 'LDAP user bind failed: ' . hsc($dn) . ': ' . hsc(ldap_error($this->con)),
376 if (!@ldap_mod_replace($this->con, $dn, ['userpassword' => $hash])) {
378 'LDAP mod replace failed: ' . hsc($dn) . ': ' . hsc(ldap_error($this->con)),