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