Lines Matching refs:bound
26 protected $bound = 0; // 0: anonymous, 1: user, 2: superuser variable in auth_plugin_authldaplocal
97 $this->bound = 2;
132 $this->bound = 1;
149 $this->bound = 1;
183 if($this->getConf('binddn') && $this->getConf('bindpw') && $this->bound < 2) {
189 $this->bound = 2;
190 } elseif($this->bound == 0 && !$inbind) {
719 $this->bound = 0;
722 $bound = false;
783 …$bound = @ldap_bind($this->con, $this->getConf('binddn'), conf_decodeString($this->getConf('bindpw…
784 $this->bound = 2;
786 $bound = @ldap_bind($this->con);
788 if($bound) {
793 if(!$bound) {