keystone/keystone/tests/config_files/backend_ldap_sql.conf
Morgan Fainberg be9d13fb67 Move test .conf files to keystone/tests/config_files
Move the test configuration files to an isolated directory. This
allows for less clutter in the keystone/tests directory and keeps
the configuration data a bit more isolated from the test cases
themselves.

Change-Id: I054393b968824a0e3c31fd227d7b09e9c14c764b
2014-03-17 00:21:27 -07:00

15 lines
404 B
Plaintext

[database]
#For a specific location file based sqlite use:
#connection = sqlite:////tmp/keystone.db
#To Test MySQL:
#connection = mysql://keystone:keystone@localhost/keystone?charset=utf8
#To Test PostgreSQL:
#connection = postgresql://keystone:keystone@localhost/keystone?client_encoding=utf8
idle_timeout = 200
[ldap]
url = fake://memory
user = cn=Admin
password = password
suffix = cn=example,cn=com