Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerAuthorization.php40 protected $isAnonymousAllowed;
51 $this->isAnonymousAllowed = isset($options['allow_anonymous']) ? (bool) $options['allow_anonymous'] : false;
87 return $this->isAnonymousAllowed;
39 protected $isAnonymousAllowed; global() variable in FreeDSx\\Ldap\\Protocol\\ServerAuthorization