You are here

function ldapauth_perm in LDAP integration 5.2

Same name and namespace in other branches
  1. 5 ldapauth.module \ldapauth_perm()
  2. 6 ldapauth.module \ldapauth_perm()

Implements hook_perm()

File

./ldapauth.module, line 146

Code

function ldapauth_perm() {
  return array(
    'access administration pages',
  );
}