aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates/ldap_alias_manager.conf
blob: 8adf9578187d25685a168ec0ad7d106c5d948a81 (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
## This configuration file is used by the ldap_alias_manager.pl ; it allows to manage mail aliases in an LDAP directory
## To make sympa use the ldap_alias_manager.pl script, you should edit the 'ldap_manager' sympa.conf parameter
## To use this file, you should copy it to the /home/sympa/etc/ directory

#LDAP server host
ldap_host ldap.<%= domain %>

#LDAP bind DN
cn=alamut-sympa,ou=System Accounts,dc=mageia,dc=org
#LDAP bind password
ldap_bind_pwd <%= ldappass %>

#LDAP Base DN
ldap_base_dn ou=mail,dc=mageia,dc=org

#LDAP Mail attribute
ldap_mail_attribute mail

#LDAP SSL
ldap_ssl 0

#LDAP CA Chain file
#ldap_cachain /etc/ldap/cert/cachain.pem
~