keystone/keystone/tests/unit/config_files/backend_ldap_sql.conf

15 lines
412 B
Plaintext

[database]
#For a specific location file based SQLite use:
#connection = sqlite:////tmp/keystone.db
#To Test MySQL:
#connection = mysql+pymysql://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