From e7a2ba45a72a838f47a1fafc67c855c159a269c0 Mon Sep 17 00:00:00 2001 From: Brad Topol Date: Mon, 17 Jun 2013 15:13:49 -0500 Subject: [PATCH] Update the ou name of Group to be the new default of UserGroups This update sets the ou value for groups to be the new keystone ldap default of UserGroups Fixes Bug1191807 Change-Id: I9b7383100045155ca35b04190f42be641a0c6ea8 --- files/ldap/openstack.ldif | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/ldap/openstack.ldif b/files/ldap/openstack.ldif index 2b76372609..f810fe8d2e 100644 --- a/files/ldap/openstack.ldif +++ b/files/ldap/openstack.ldif @@ -4,9 +4,9 @@ objectClass: dcObject objectClass: organizationalUnit ou: openstack -dn: ou=Groups,dc=openstack,dc=org +dn: ou=UserGroups,dc=openstack,dc=org objectClass: organizationalUnit -ou: Groups +ou: UserGroups dn: ou=Users,dc=openstack,dc=org objectClass: organizationalUnit