15 lines
303 B
Text
15 lines
303 B
Text
[System]
|
|
|
|
# Set up where the RabbitMQ is at and user:password
|
|
|
|
RABBITMQ = guest:guest@127.0.0.1
|
|
|
|
[LDAP]
|
|
|
|
# Set up the user who can search
|
|
SEARCHUSER = uid=search,ou=system,dc=ungleich,dc=ch
|
|
SEARCHUSERPASSWORD = fnord
|
|
|
|
# Set up which LDAP server to query for auth
|
|
|
|
LDAPSERVER = ldaps://ldap1.ungleich.ch
|