You are here

Add Authorization Configuration

Add to Default shortcuts

Error message

<code>"organization tools user administrator"</code> does not map to any existing organic groups and roles.Since automatic organic group creation is not possible with this module, an existing group must be mapped to.

LDAP to OG group Configuration

Hide I. Basics
Hide II. LDAP to OG group mapping and filtering
Representations of groups derived from LDAP might initially look like:
  • cn=students,ou=groups,dc=hogwarts,dc=edu
  • cn=gryffindor,ou=groups,dc=hogwarts,dc=edu
  • cn=faculty,ou=groups,dc=hogwarts,dc=edu
  • cn=probation students,ou=groups,dc=hogwarts,dc=edu

Mappings are used to convert and filter these group representations to OG groups.

Mappings should be of form:
[raw authorization id]|[og group match field]=[og group match id],[og role match field]=[og role match id]
such as:
Campus Accounts|group-name=knitters,role-name=administrator member
ou=Underlings,dc=myorg,dc=mytld,dc=edu|gid=7,rid=28
ou=IT,dc=myorg,dc=mytld,dc=edu|node.field_state_id=IL,role-name=administrator member
Hide Part III. Even More Settings.