Lines Matching refs:hsc

69 …     $this->debug('LDAP bind as superuser: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
92 … $this->debug('LDAP anonymous bind: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
101 … $this->debug('LDAP user dn bind: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
118 … $this->debug('LDAP user bind: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
174 … $this->debug('LDAP bind as superuser: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
191 $this->debug('LDAP user to find: ' . hsc($info['user']), 0, __LINE__, __FILE__);
194 $this->debug('LDAP Server: ' . hsc($info['server']), 0, __LINE__, __FILE__);
204 $this->debug('LDAP Filter: ' . hsc($filter), 0, __LINE__, __FILE__);
206 $this->debug('LDAP search at: ' . hsc($base . ' ' . $filter), 0, __LINE__, __FILE__);
208 $this->debug('LDAP user search: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
219 …$this->debug('LDAP search returned non-array result: ' . hsc(print($result)), -1, __LINE__, __FILE…
226 … 'LDAP search returned ' . hsc($result['count']) . ' results while it should return 1!',
284 … $this->debug('LDAP group search: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
285 $this->debug('LDAP search at: ' . hsc($base . ' ' . $filter), 0, __LINE__, __FILE__);
304 $this->debug('LDAP usergroup: ' . hsc($group), 0, __LINE__, __FILE__);
329 … $this->debug('LDAP cannot connect: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
350 'LDAP user bind failed: ' . hsc($dn) . ': ' . hsc(ldap_error($this->con)),
361 … $this->debug('LDAP bind as superuser: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
379 'LDAP mod replace failed: ' . hsc($dn) . ': ' . hsc(ldap_error($this->con)),
586 … $this->debug('LDAP version set: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
592 … $this->debug('LDAP TLS set: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
605 … $this->debug('LDAP referal set: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
615 … $this->debug('LDAP deref set: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);