Skip to content

Commit

Permalink
Update the ou name of Group to be the new default of UserGroups
Browse files Browse the repository at this point in the history
This update sets the ou value for groups to be the new keystone
ldap default of UserGroups

Fixes Bug1191807

Change-Id: I9b7383100045155ca35b04190f42be641a0c6ea8
  • Loading branch information
bradtopol committed Jun 17, 2013
1 parent 9539e79 commit e7a2ba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/ldap/openstack.ldif
Expand Up @@ -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
Expand Down

0 comments on commit e7a2ba4

Please sign in to comment.