diff options
| author | Sahdev Zala <spzala@us.ibm.com> | 2013-06-17 15:18:44 -0500 |
|---|---|---|
| committer | Sahdev Zala <spzala@us.ibm.com> | 2013-06-17 15:24:14 -0500 |
| commit | 96dea469c9de72a9ef6ee0c03833c4f3ff2f9f8f (patch) | |
| tree | 90de911b2a999344cc6d6f8402ba57d024eb0e4f /doc/source | |
| parent | c285fa7efbdf87262d5b368ec42ccd0d462a98fc (diff) | |
| download | keystone-96dea469c9de72a9ef6ee0c03833c4f3ff2f9f8f.tar.gz keystone-96dea469c9de72a9ef6ee0c03833c4f3ff2f9f8f.tar.xz keystone-96dea469c9de72a9ef6ee0c03833c4f3ff2f9f8f.zip | |
Set default 'ou' name for LDAP projects to Projects
The default ou name for projects/tenants should be Projects, as we normally
use in devstack and ldap live test. Since multiple LDAP objects can
use groupOfNames, setting projects group to Groups is vague.
Fixes Bug1191807
Change-Id: I1718c76320da51a58abf6558a9b8560e908773cb
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/configuration.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 2181be8b..03fa1d63 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -1008,7 +1008,7 @@ for openstack would look like this:: objectClass: organizationalUnit ou: openstack - dn: ou=Groups,dc=openstack,dc=org + dn: ou=Projects,dc=openstack,dc=org objectClass: top objectClass: organizationalUnit ou: groups @@ -1036,7 +1036,7 @@ The corresponding entries in the Keystone configuration file are:: user_tree_dn = ou=Users,dc=openstack,dc=org user_objectclass = inetOrgPerson - tenant_tree_dn = ou=Groups,dc=openstack,dc=org + tenant_tree_dn = ou=Projects,dc=openstack,dc=org tenant_objectclass = groupOfNames role_tree_dn = ou=Roles,dc=openstack,dc=org |
