Searched +full:bindpw -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 3 of 3) sorted by relevance
/dokuwiki/lib/plugins/authldap/conf/ |
H A D | default.php | 14 $conf['bindpw'] = '';
|
H A D | metadata.php | 14 $meta['bindpw'] = array('password','_caution' => 'danger','_code' => 'base64');
|
/dokuwiki/lib/plugins/authldap/ |
H A D | auth.php | 66 if ($this->getConf('binddn') && $this->getConf('bindpw')) { 68 if (!@ldap_bind($this->con, $this->getConf('binddn'), conf_decodeString($this->getConf('bindpw')))) { 170 if ($this->getConf('binddn') && $this->getConf('bindpw') && $this->bound < 2) { 172 if (!@ldap_bind($this->con, $this->getConf('binddn'), conf_decodeString($this->getConf('bindpw')))) { 356 } elseif ($this->getConf('binddn') && $this->getConf('bindpw')) { 359 if (!@ldap_bind($this->con, $this->getConf('binddn'), conf_decodeString($this->getConf('bindpw')))) { 622 if ($this->getConf('binddn') && $this->getConf('bindpw')) { 623 $bound = @ldap_bind($this->con, $this->getConf('binddn'), conf_decodeString($this->getConf('bindpw')));
|