2018-10-23 14:56:12 +00:00
|
|
|
[System]
|
|
|
|
|
|
|
|
# Set up where the RabbitMQ is at and user:password
|
|
|
|
|
|
|
|
RABBITMQ = guest:guest@127.0.0.1
|
|
|
|
|
2018-11-07 12:08:46 +00:00
|
|
|
[EMAIL]
|
|
|
|
|
|
|
|
EMAILFROM = info@ungleich.ch
|
|
|
|
|
2018-10-23 14:56:12 +00:00
|
|
|
[LDAP]
|
|
|
|
|
|
|
|
# Set up the user who can search
|
|
|
|
SEARCHUSER = uid=search,ou=system,dc=ungleich,dc=ch
|
|
|
|
SEARCHUSERPASSWORD = fnord
|
|
|
|
|
2018-10-23 16:13:25 +00:00
|
|
|
# Set up which LDAP server to query for auth
|
2018-10-23 14:56:12 +00:00
|
|
|
|
2018-10-23 16:13:25 +00:00
|
|
|
LDAPSERVER = ldaps://ldap1.ungleich.ch
|