Comment 0 for bug 1191807

Revision history for this message
Sahdev Zala (spzala) wrote :

Currently we have following defaults for Projects and Groups in the core,
ou=Groups
ou=UserGroups
respectively.

The devstack, if selected to set up LDAP backend, creates following for Projects and Groups,
ou=Projects
ou= Groups

I think we should make following changes,
1. In the LDAP core, change ou=Groups to ou=Projects
2. In the devstack, change ou=Groups to ou=UserGroups

(In our live LDAP test, we use ou=Projects and ou=UserGroups, which looks good. )

If the suggested changes look good as we triage the bug, I will open a separate bug for devstack changes.