Closed (fixed)
Project:
LDAP integration
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2009 at 01:52 UTC
Updated:
30 Mar 2012 at 18:26 UTC
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
Comment #1
ashledombos commentedI 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
Comment #2
miglius commentedI 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'.
Comment #3
ashledombos commentedThank you !
Just a last question, when do roles and ldap groups synchronize ? At cron ? when a user connect ? While saving ldapgroups configuration ?
Comment #4
miglius commentedOn the user login.
Comment #5
cgmonroe commented