blob: 854793e31335e69a428567869462c8c7718eba1d (
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
=head1 LDAP ����
#
# ����: ���� ^=head ��̾�����֤ϥꥻ�åȤ����
[ldap:fml]
# Descriptions:
# History:
# Value: HOSTNAME
# Examples:
ldap_servers = localhost
# Descriptions: dummy
# History:
# Value: USER
# Examples:
ldap_user = fml
# Descriptions:
# History:
# Value: PASSWORD
# Examples:
ldap_password = uja
# Descriptions: DN to bind.
# History:
# Value: STR
# Examples:
ldap_bind_dn = dc=fml, dc=org
# Descriptions: base DN to contact in modify, search et.al.
# History:
# Value: STR
# Examples:
ldap_base_dn = dc=$ml_name, dc=fml, dc=org
# Descriptions:
# History:
# Value: STR
# Examples:
ldap_query_get_next_key_result_attribute = fmlrecipient
# Descriptions:
# History:
# Value: LDAP_QUERY_FILTER
# Examples:
ldap_query_get_next_key_search_filter = (&(objectclass=*)(ou=$ml_name@$ml_domain))
# Descriptions:
# History:
# Value: STR
# Examples:
ldap_query_getline_result_attribute = fmlrecipient
# Descriptions:
# History:
# Value: LDAP_QUERY_FILTER
# Examples:
ldap_query_getline_search_filter = (&(objectclass=*)(ou=$ml_name@$ml_domain))
# Descriptions: attributes to add into $ldap_base_dn entry.
# History:
# Value: LDAP_LDIF_STATEMENT
# Examples:
ldap_query_add_as_ldif = fmlrecipient:&address
fmlmember:&address
# Descriptions: attributes to remove from $ldap_base_dn entry.
# History:
# Value: LDAP_LDIF_STATEMENT
# Examples:
ldap_query_delete_as_ldif = fmlrecipient:&address
fmlmember:&address
# Descriptions:
# History:
# Value: STR
# Examples:
ldap_query_find_result_attribute = fmlrecipient
# Descriptions:
# History:
# Value: LDAP_QUERY_FILTER
# Examples:
ldap_query_find_search_filter = (&(objectclass=*)(ou=$ml_name@$ml_domain))
|