Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerAuthorization.php35 protected $isAuthRequired;
50 $this->isAuthRequired = isset($options['require_authentication']) ? (bool) $options['require_authentication'] : true;
62 if ($this->isAuthRequired === false) {
107 if ($this->isAuthRequired === false) {
34 protected $isAuthRequired; global() variable in FreeDSx\\Ldap\\Protocol\\ServerAuthorization