You are here

public static function LdapAuthorizationDeriveFromAttr::getInfo in Lightweight Directory Access Protocol (LDAP) 7

File

ldap_authorization/tests/DeriveFromAttr/DeriveFromAttr.test, line 12

Class

LdapAuthorizationDeriveFromAttr

Code

public static function getInfo() {
  return array(
    'group' => 'LDAP Authorization',
    'name' => 'LDAP Authorization: Derive from User Attributes',
    'description' => 'e.g. memberOf attribute in Active Directory.  Tests are in absence of logons to isolate mapping logic.',
  );
}