blob: 32853df20c72f052e54c2ef673f7aefff1d40cc2 (
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
33
34
35
36
37
38
39
|
=head1 DBMS
###
### TODO
### DATABASE_CACHE_FILE_SUFFIX ?
###
=head2 LDAP
# Descriptions: LDAP server
# History:
# Value:
# Examples:
ldap_servers =
# Descriptions: LDAP password
# History:
# Value:
# Examples:
ldap_server_password =
# Descriptions: LDAP search base
# History:
# Value:
# Examples:
ldap_search_base =
# Descriptions: LDAP search bind
# History:
# Value:
# Examples:
ldap_server_bind =
# Descriptions: LDAP filter
# History:
# Value:
# Examples:
ldap_query_filter = (objectclass=*)
|