Hi Steffen,

I'm using your original "dc=lx698test" for my own tests, so I guess
your settings and mine (and hopefully results) should look similar.

I probably forgot to update the LdapPlugin doc about the group and
user dn settings.

group_basedn and user_basedn have been superseeded with group_rdn and
user_rdn, as follows:

[ldap]
bind_user = cn=root,dc=lx698test
enable = true
basedn = dc=lx698test
group_rdn = ou=Groups
user_rdn = ou=People
bind_passwd = ....
manage_groups = true
store_bind = true

as the "r" prefix suggests, r stands for 'relative' - to the basedn.
In other words:

group_basedn = group_rdn "," basedn
user_basedn = user_rdn "," basedn

Please let me know if this works, I'm gonna update the LdapPlugin doc. ;-)

HTH,
Manu
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to