Home
last modified time | relevance | path

Searched refs:conf_decodeString (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/inc/HTTP/
DDokuHTTPClient.php31 $this->proxy_pass = conf_decodeString($conf['proxy']['pass']);
/dokuwiki/lib/plugins/authldap/
Dauth.php68 …if (!@ldap_bind($this->con, $this->getConf('binddn'), conf_decodeString($this->getConf('bindpw')))…
172 …if (!@ldap_bind($this->con, $this->getConf('binddn'), conf_decodeString($this->getConf('bindpw')))…
359 …if (!@ldap_bind($this->con, $this->getConf('binddn'), conf_decodeString($this->getConf('bindpw')))…
623 …$bound = @ldap_bind($this->con, $this->getConf('binddn'), conf_decodeString($this->getConf('bindpw…
/dokuwiki/inc/
Dconfutils.php467 function conf_decodeString($str) function
/dokuwiki/lib/plugins/authad/
Dauth.php716 $opts['admin_password'] = conf_decodeString($opts['admin_password']); // deobfuscate
/dokuwiki/lib/plugins/authpdo/
Dauth.php48 conf_decodeString($this->getConf('pass')),