function ldap_api_perm in Lightweight Directory Access Protocol (LDAP) 6
Implementation of hook_perm().
File
- ./
ldap_api.module, line 43 - This this the main LDAP API module.
Code
function ldap_api_perm() {
return array(
'Add/Edit LDAP Servers',
'Delete LDAP Servers',
'(De-)Activate LDAP Servers',
);
}