Home
last modified time | relevance | path

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 Ddefault.php14 $conf['bindpw'] = '';
H A Dmetadata.php14 $meta['bindpw'] = array('password','_caution' => 'danger','_code' => 'base64');
/dokuwiki/lib/plugins/authldap/
H A Dauth.php66 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')))) {
614 if ($this->getConf('binddn') && $this->getConf('bindpw')) {
615 $bound = @ldap_bind($this->con, $this->getConf('binddn'), conf_decodeString($this->getConf('bindpw')));