~ubuntu-branches/ubuntu/utopic/keystone/utopic

« back to all changes in this revision

Viewing changes to tests/backend_ldap_sql.conf

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Adam Gandelman, Yolanda Robla, Chuck Short, James Page
  • Date: 2013-07-19 09:25:36 UTC
  • mfrom: (1.1.35)
  • Revision ID: package-import@ubuntu.com-20130719092536-nkryufi44y40mesn
Tags: 1:2013.2~b2-0ubuntu1
[ Adam Gandelman ]
* debian/patches/*: Refresh
* debian/keystone.install: Install keystone-paste.ini to /etc/keystone.
  (LP: #1190038)

[ Yolanda Robla ]
* debian/tests: added autopkgtests.

[ Chuck Short ]
* New upstream release.

[ James Page ]
* d/control: Update VCS fields for new branch locations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[sql]
 
2
connection = sqlite://
 
3
#For a file based sqlite use
 
4
#connection = sqlite:////tmp/keystone.db
 
5
#To Test MySQL:
 
6
#connection = mysql://keystone:keystone@localhost/keystone?charset=utf8
 
7
#To Test PostgreSQL:
 
8
#connection = postgresql://keystone:keystone@localhost/keystone?client_encoding=utf8
 
9
idle_timeout = 200
 
10
 
 
11
[ldap]
 
12
url = fake://memory
 
13
user = cn=Admin
 
14
password = password
 
15
suffix = cn=example,cn=com
 
16
 
 
17
[identity]
 
18
driver = keystone.identity.backends.ldap.Identity
 
19
 
 
20
[assignment]
 
21
driver = keystone.assignment.backends.sql.Assignment
 
22
 
 
23
[token]
 
24
driver = keystone.token.backends.sql.Token
 
25
 
 
26
[ec2]
 
27
driver = keystone.contrib.ec2.backends.sql.Ec2
 
28
 
 
29
[catalog]
 
30
driver = keystone.catalog.backends.sql.Catalog
 
31
 
 
32
[policy]
 
33
driver = keystone.policy.backends.sql.Policy
 
34
 
 
35
[trust]
 
36
driver = keystone.trust.backends.sql.Trust