I must be dumb, but i really don't understand how it works,
i have ldap groups such as

cn=members,ou=groups,dc=example,dc=org
objectClass: posixGroup
objectClass: top
gidNumber: 10003
cn: sthing
description: members of the group
memberUid: Pljhj
memberUid: alibjhjhe
memberUid: alhjhs
memberUid: asjklhjk
......

But i don't understand what "Nodes containing groups" means...

I just want memberUid in this group (members) to have "members" role, what must i do ?

Comments

ashledombos’s picture

I suppose that node is not a drupal node, so i put
cn=members,ou=groups,dc=example,dc=org
in nodes field, i save and it s ok, but when i come back to the group edition, this field is empty :/

And nothing seems to happen

miglius’s picture

Component: User interface » Documentation

I have changed description to avoid confusion with a drupal nodes.

You should use "cn=members,ou=groups,dc=example,dc=org" as 'Nodes containing groups (one per line)' and "memberUid" as 'Attribute holding group members'.

ashledombos’s picture

Component: Documentation » User interface

Thank you !

Just a last question, when do roles and ldap groups synchronize ? At cron ? when a user connect ? While saving ldapgroups configuration ?

miglius’s picture

On the user login.

cgmonroe’s picture

Status: Active » Closed (fixed)