f41024e4b0
Addressed reviewers comments and added some extra properties needed by latest version of keystone. This fix sets some needed values in keystone.conf to ensure that keystone can add entries to LDAP and remain schema compliant. It creates a new special role (_member_) that is needed by the latest version of keystone and also fixes tenant_id to be tenantId. Change-Id: Ia2a1ebb7cbedb0af106c74aa9181843cc9739f5d
27 lines
570 B
Plaintext
27 lines
570 B
Plaintext
dn: dc=openstack,dc=org
|
|
dc: openstack
|
|
objectClass: dcObject
|
|
objectClass: organizationalUnit
|
|
ou: openstack
|
|
|
|
dn: ou=Groups,dc=openstack,dc=org
|
|
objectClass: organizationalUnit
|
|
ou: Groups
|
|
|
|
dn: ou=Users,dc=openstack,dc=org
|
|
objectClass: organizationalUnit
|
|
ou: Users
|
|
|
|
dn: ou=Roles,dc=openstack,dc=org
|
|
objectClass: organizationalUnit
|
|
ou: Roles
|
|
|
|
dn: ou=Projects,dc=openstack,dc=org
|
|
objectClass: organizationalUnit
|
|
ou: Projects
|
|
|
|
dn: cn=9fe2ff9ee4384b1894a90878d3e92bab,ou=Roles,dc=openstack,dc=org
|
|
objectClass: organizationalRole
|
|
ou: _member_
|
|
cn: 9fe2ff9ee4384b1894a90878d3e92bab
|