public property LdapAuthorizationConsumerDrupalRole::$defaultConsumerConfProperties in Lightweight Directory Access Protocol (LDAP) 8.2
Same name and namespace in other branches
- 7.2 ldap_authorization/ldap_authorization_drupal_role/LdapAuthorizationConsumerRole.class.php \LdapAuthorizationConsumerDrupalRole::defaultConsumerConfProperties
@property array $defaultConsumerConfProperties default properties for consumer admin UI form
Overrides LdapAuthorizationConsumerAbstract::$defaultConsumerConfProperties
File
- ldap_authorization/
ldap_authorization_drupal_role/ LdapAuthorizationConsumerRole.class.php, line 18
Class
Code
public $defaultConsumerConfProperties = array(
'onlyApplyToLdapAuthenticated' => TRUE,
'useMappingsAsFilter' => TRUE,
'synchOnLogon' => TRUE,
'revokeLdapProvisioned' => TRUE,
'regrantLdapProvisioned' => TRUE,
'createConsumers' => TRUE,
);