function ldapauth_perm in LDAP integration 5.2
Same name and namespace in other branches
- 5 ldapauth.module \ldapauth_perm()
- 6 ldapauth.module \ldapauth_perm()
Implements hook_perm()
File
- ./
ldapauth.module, line 146
Code
function ldapauth_perm() {
return array(
'access administration pages',
);
}