Home
last modified time | relevance | path

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

/dokuwiki/inc/HTTP/
H A DDokuHTTPClient.php31 $this->proxy_pass = conf_decodeString($conf['proxy']['pass']);
/dokuwiki/inc/
H A Dconfutils.php467 function conf_decodeString($str)
443 function conf_decodeString($str) { global() function
/dokuwiki/lib/plugins/authad/
H A Dauth.php716 $opts['admin_password'] = conf_decodeString($opts['admin_password']); // deobfuscate
/dokuwiki/lib/plugins/authldap/
H A 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')))) {
615 $bound = @ldap_bind($this->con, $this->getConf('binddn'), conf_decodeString($this->getConf('bindpw')));
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php48 conf_decodeString($this->getConf('pass')),