You are here

public property LdapAuthorizationConsumerDrupalRole::$defaultConsumerConfProperties in Lightweight Directory Access Protocol (LDAP) 7.2

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

Class

LdapAuthorizationConsumerDrupalRole

Code

public $defaultConsumerConfProperties = [
  'onlyApplyToLdapAuthenticated' => TRUE,
  'useMappingsAsFilter' => TRUE,
  'synchOnLogon' => TRUE,
  'revokeLdapProvisioned' => TRUE,
  'regrantLdapProvisioned' => TRUE,
  'createConsumers' => TRUE,
];