You are here

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

File

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

Class

LdapAuthorizationDeriveEntry

Code

public static function getInfo() {
  return array(
    'group' => 'LDAP Authorization',
    'name' => 'LDAP Authorization: Derivations from DN',
    'description' => 'Test ldap authorization logic for derivation of roles from user DN.  ',
  );
}