You are here

function ldapauth_perm in LDAP integration 5

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

Implements hook_perm()

File

./ldapauth.module, line 152

Code

function ldapauth_perm() {
  return array(
    'administer ldap modules',
  );
}