You are here

public property LdapAuthenticationConf::$excludeIfNoAuthorizations in Lightweight Directory Access Protocol (LDAP) 8.2

Same name and namespace in other branches
  1. 7.2 ldap_authentication/LdapAuthenticationConf.class.php \LdapAuthenticationConf::excludeIfNoAuthorizations
  2. 7 ldap_authentication/LdapAuthenticationConf.class.php \LdapAuthenticationConf::excludeIfNoAuthorizations

if at least 1 ldap authorization must exist for user to be allowed True signfies disallow if no authorizations. False signifies don't consider authorizations.

Type: boolean.

File

ldap_authentication/LdapAuthenticationConf.class.php, line 171

Class

LdapAuthenticationConf

Code

public $excludeIfNoAuthorizations = LDAP_AUTHENTICATION_EXCL_IF_NO_AUTHZ_DEFAULT;