Lines Matching full:debug

38             $this->debug("LDAP err: PHP LDAP extension not found.", -1, __LINE__, __FILE__);
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__);
100 $this->debug("LDAP: bind with $dn failed", -1, __LINE__, __FILE__);
101 … $this->debug('LDAP user dn bind: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
117 $this->debug("LDAP: bind with $dn failed", -1, __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__);
210 $this->debug('User ldap_search failed. Check configuration.', 0, __LINE__, __FILE__);
219 …$this->debug('LDAP search returned non-array result: ' . hsc(print($result)), -1, __LINE__, __FILE…
225 $this->debug(
237 $this->debug('LDAP search found single result !', 0, __LINE__, __FILE__);
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__);
300 … $this->debug('groupkey did not return a detailled result', 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__);
336 $this->debug('LDAP cannot find your user dn', 0, __LINE__, __FILE__);
349 $this->debug(
361 … $this->debug('LDAP bind as superuser: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
378 $this->debug(
548 if ($this->getConf('debug')) {
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__);
636 $this->debug(ldap_error($this->con), 0, __LINE__, __FILE__);
699 * Wrapper around msg() but outputs only when debug is enabled
707 protected function debug($message, $err, $line, $file) function in auth_plugin_authldap
709 if (!$this->getConf('debug')) return;