summaryrefslogtreecommitdiffstats
path: root/keystone-moon/keystone/tests/unit/config_files/domain_configs_multi_ldap/keystone.domain2.conf
blob: 0ed68eb96d7fe23b70a5db683312b0bd3d1e7dd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# The domain-specific configuration file for the test domain
# 'domain2' for use with unit tests.

[ldap]
url = fake://memory
user = cn=Admin
password = password
suffix = cn=myroot,cn=com
group_tree_dn = ou=UserGroups,dc=myroot,dc=org
user_tree_dn = ou=Users,dc=myroot,dc=org

[identity]
driver = keystone.identity.backends.ldap.Identity