ad221c1d33
We will eventually support both unipoly and gnugen.
24 lines
486 B
TOML
24 lines
486 B
TOML
domain = "unipoly.ch"
|
|
lists_add = ["membres"]
|
|
lists_remove = ["membres"]
|
|
|
|
[ldap]
|
|
host = "ldap.gnugen.ch"
|
|
port = 389
|
|
|
|
[ldap.auth]
|
|
username = "cn=unipoly-mlmmj,ou=Services,dc=unipoly,dc=epfl,dc=ch"
|
|
password = "secret"
|
|
|
|
[ldap.lists]
|
|
basetree = "ou=Lists,dc=unipoly,dc=epfl,dc=ch"
|
|
|
|
[ldap.users]
|
|
basetree = "ou=Users,dc=unipoly,dc=epfl,dc=ch"
|
|
|
|
[mlmmj]
|
|
basepath = "/var/spool/mlmmj"
|
|
list_binary = "/usr/bin/mlmmj-list"
|
|
sub_binary = "/usr/bin/mlmmj-sub"
|
|
unsub_binary = "/usr/bin/mlmmj-unsub"
|
|
|