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
This commit is contained in:
parent
9539e79bd7
commit
e7a2ba45a7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user