Revamp example config for better handling by users and build tools

This commit is contained in:
Maxime Dor
2017-09-14 03:31:56 +02:00
parent 3b4736b00f
commit f1196d5b72
3 changed files with 326 additions and 269 deletions

View File

@@ -25,6 +25,18 @@ lookup:
ldap:
enabled: false
connection:
tls: false
port: 389
attribute:
uid:
type: 'uid'
value: 'userPrincipalName'
name: 'displayName'
identity:
medium:
email: "(|(mailPrimaryAddress=%3pid)(mail=%3pid)(otherMailbox=%3pid))"
msisdn: "(|(telephoneNumber=+%3pid)(mobile=+%3pid)(homePhone=+%3pid)(otherTelephone=+%3pid)(otherMobile=+%3pid)(otherHomePhone=+%3pid))"
firebase:
enabled: false