Módosítások

Drupal Shibboleth module

674 bájt hozzáadva, 2008. szeptember 3., 16:02
Automatic role assignment
=== Automatic role assignment ===
It's possible to assign roles to users based on their Shibboleth attributes.
 
An assignment rule is made of three parameters:
* '''$_SERVER''' header name: name of the Shibboleth-derived attribute
* '''Value regexp''': regexp applied to (all) the value(s) of the Shibboleth-derived attribute
* '''Role(s)''': checklist of roles to be assigned for the matching users
 
All these rules are evaluated at module initiation time. That would cause that revoking/adding a Shibboleth attribute would end in removing/adding the Drupal role immediately (next page refresh).
 
Additional roles can be assigned statically to the user (as an individual) by the administrator as normally.
== Using module ==

Navigációs menü