aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/keystone/tests/unit/config_files/backend_pool_liveldap.conf
blob: c36e05f951b110fd369e5004a80c651bbaed0573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[ldap]
url = ldap://localhost
user = cn=Manager,dc=openstack,dc=org
password = test
suffix = dc=openstack,dc=org
group_tree_dn = ou=UserGroups,dc=openstack,dc=org
user_tree_dn = ou=Users,dc=openstack,dc=org
user_enabled_emulation = True
user_mail_attribute = mail
use_dumb_member = True

# Connection pooling specific attributes

# Enable LDAP connection pooling. (boolean value)
use_pool=true
# Connection pool size. (integer value)
pool_size=5
# Connection lifetime in seconds.
# (integer value)
pool_connection_lifetime=60

# Enable LDAP connection pooling for end user authentication.
# If use_pool is disabled, then this setting is meaningless
# and is not used at all. (boolean value)
use_auth_pool=true

# End user auth connection pool size. (integer value)
auth_pool_size=50

# End user auth connection lifetime in seconds. (integer
# value)
auth_pool_connection_lifetime=300