function shib_auth_perm in Shibboleth Authentication 5.2
Same name and namespace in other branches
- 5.3 shib_auth.module \shib_auth_perm()
- 6.4 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 89
Code
function shib_auth_perm() {
return array(
'administer shibboleth authentication',
);
}