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