public property LdapAuthorizationConsumerAbstract::$onlyApplyToLdapAuthenticatedDefault in Lightweight Directory Access Protocol (LDAP) 7
default consumer conf property values for this consumer type. Should be overridden by child classes as appropriate
File
- ldap_authorization/
LdapAuthorizationConsumerAbstract.class.php, line 52 - abstract class to represent an ldap_authorization consumer such as drupal_role, og_group, etc. each authorization comsumer will extend this class with its own class named LdapAuthorizationConsumer<consumer type> such as…
Class
- LdapAuthorizationConsumerAbstract
- @file abstract class to represent an ldap_authorization consumer such as drupal_role, og_group, etc. each authorization comsumer will extend this class with its own class named LdapAuthorizationConsumer<consumer type> such as…
Code
public $onlyApplyToLdapAuthenticatedDefault = TRUE;