Make live LDAP user DN match the default from devstack

The default LDAP user DN in devstack uses the "cn" attribute in
the RDN.  The live LDAP test default configuration is supposed to
match the default devstack config, but the RDN is incorrectly
using the "dc" attribute.  This patch corrects the live LDAP
default config to match devstack.

Change-Id: Iee49606526047105b4e60142af32b4ec81a19444
Closes-Bug: 1280509
This commit is contained in:
Nathan Kinder 2014-02-14 17:46:02 -08:00
parent 47fde54f06
commit 16847f1d24
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[ldap]
url = ldap://localhost
user = dc=Manager,dc=openstack,dc=org
user = cn=Manager,dc=openstack,dc=org
password = test
suffix = dc=openstack,dc=org
group_tree_dn = ou=UserGroups,dc=openstack,dc=org