You are here

README.txt in CAS roles 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 7.2 README.txt
  3. 7 README.txt
==== CAS Roles ====

=== Introduction ===

This Module is supposed to be used in conjunction with cas and cas_attributes.
The general working principle is as follows:
You select a mask which contains attributes from the CAS user as a CAS role
reference. (If one of the CAS attributes is an array, the CAS role reference
is also an array. If several attributes are arrays, then the role eference is
the combination of all elements with all others.)
This role reference is then compared to the drupal roles.
How this comparison is done can be configured.


=== Options ===

== Fetch CAS Roles ==
  * only when a CAS account is created (i.e., the first login of a CAS user).
     The roles are only set at the first login, when the user is created. The
		 roles are not removed later.

  * every time a CAS user logs in.
     Every time the user logs in, the roles are updated. 

== CAS vs Drupal roles ==
  * Only assign roles which are present in drupal and match, remove user roles not present in CAS.
     If a role from CAS matches the name of a drupal role, the role is assigned. 
     If a user has a role in drupal but the role is not in the CAS attribute, the role is removed.
     
  * Create roles which don't exits in Drupal, remove user roles not present in CAS.
     The same as the first option except new drupal roles are created for every new CAS attribute.
     
  * Match roles with regular expressions. 
     The roles are managed by regular expressions. This is the option which
		 justifies the use of this module.

== Attribute for roles ==

A CAS attribute just like in the module cas_attributes.

The CAS attribute may also be an array or even a nested array.
The field may also contain several CAS attributes in a token format. If for
example you put: "[cas-attribute-drupal_roles]-[cas-attribute-campus]" and
someone logs in with the roles "student" and "volunteer" and has as campus
attribute "main" the result would be an array containing "student-main" and
"volunteer-main".

The roles are attributed if any of the array elemnts match

== CAS roles mappings ==

Regular expression to map user roles. The role is assigned if one of the roles
in the attribute array matches the expression. An empty field means the role is
not administrated by CAS.

The field needs to be empty or a valid regular expression.





File

README.txt
View source
  1. ==== CAS Roles ====
  2. === Introduction ===
  3. This Module is supposed to be used in conjunction with cas and cas_attributes.
  4. The general working principle is as follows:
  5. You select a mask which contains attributes from the CAS user as a CAS role
  6. reference. (If one of the CAS attributes is an array, the CAS role reference
  7. is also an array. If several attributes are arrays, then the role eference is
  8. the combination of all elements with all others.)
  9. This role reference is then compared to the drupal roles.
  10. How this comparison is done can be configured.
  11. === Options ===
  12. == Fetch CAS Roles ==
  13. * only when a CAS account is created (i.e., the first login of a CAS user).
  14. The roles are only set at the first login, when the user is created. The
  15. roles are not removed later.
  16. * every time a CAS user logs in.
  17. Every time the user logs in, the roles are updated.
  18. == CAS vs Drupal roles ==
  19. * Only assign roles which are present in drupal and match, remove user roles not present in CAS.
  20. If a role from CAS matches the name of a drupal role, the role is assigned.
  21. If a user has a role in drupal but the role is not in the CAS attribute, the role is removed.
  22. * Create roles which don't exits in Drupal, remove user roles not present in CAS.
  23. The same as the first option except new drupal roles are created for every new CAS attribute.
  24. * Match roles with regular expressions.
  25. The roles are managed by regular expressions. This is the option which
  26. justifies the use of this module.
  27. == Attribute for roles ==
  28. A CAS attribute just like in the module cas_attributes.
  29. The CAS attribute may also be an array or even a nested array.
  30. The field may also contain several CAS attributes in a token format. If for
  31. example you put: "[cas-attribute-drupal_roles]-[cas-attribute-campus]" and
  32. someone logs in with the roles "student" and "volunteer" and has as campus
  33. attribute "main" the result would be an array containing "student-main" and
  34. "volunteer-main".
  35. The roles are attributed if any of the array elemnts match
  36. == CAS roles mappings ==
  37. Regular expression to map user roles. The role is assigned if one of the roles
  38. in the attribute array matches the expression. An empty field means the role is
  39. not administrated by CAS.
  40. The field needs to be empty or a valid regular expression.