You are here

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

Same name and namespace in other branches
  1. 8.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: bool

File

ldap_authentication/LdapAuthenticationConf.class.php, line 245

Class

LdapAuthenticationConf

Code

public $excludeIfNoAuthorizations = LDAP_AUTHENTICATION_EXCL_IF_NO_AUTHZ_DEFAULT;