mailman3-ldap-sync/conf.example.toml

17 lines
317 B
TOML
Raw Permalink Normal View History

2020-11-24 09:19:25 +01:00
domain = "lists.recycled.cloud"
lists = [ 'demo' ]
[ldap]
2020-11-24 09:19:25 +01:00
host = "ldap1.recycled.cloud"
port = 636
[ldap.auth]
2020-11-24 09:19:25 +01:00
username = "uid=mailman3-ldap-sync,ou=services,dc=recycled,dc=cloud"
password = "secret"
[ldap.lists]
2020-11-24 09:19:25 +01:00
basetree = "ou=groups,dc=recycled,dc=cloud"
[ldap.users]
2020-11-24 09:19:25 +01:00
basetree = "ou=users,dc=recycled,dc=cloud"