function shib_auth_perm in Shibboleth Authentication 6.4
Same name and namespace in other branches
- 5.3 shib_auth.module \shib_auth_perm()
- 5.2 shib_auth.module \shib_auth_perm()
- 6 shib_auth.module \shib_auth_perm()
- 6.2 shib_auth.module \shib_auth_perm()
- 6.3 shib_auth.module \shib_auth_perm()
Valid permissions for this module
Return value
array An array of valid permissions for the shib_auth module
File
- ./
shib_auth.module, line 790 - Drupal Shibboleth authentication module.
Code
function shib_auth_perm() {
return array(
'administer shibboleth authentication',
);
}