function cas_perm in CAS 6.3
Same name and namespace in other branches
- 5.4 cas.module \cas_perm()
- 5 cas.module \cas_perm()
- 5.3 cas.module \cas_perm()
- 6 cas.module \cas_perm()
- 6.2 cas.module \cas_perm()
Implementation of hook_perm().
File
- ./
cas.module, line 301 - Enables users to authenticate via a Central Authentication Service (CAS) Cas will currently work if the auto registration is turned on and will create user accounts automatically.
Code
function cas_perm() {
return array(
'administer cas',
);
}