First implementation

This commit is contained in:
Maxime Dor
2017-01-23 04:10:03 +01:00
commit 4c5fe95e8e
22 changed files with 1760 additions and 0 deletions

15
application.example.yaml Normal file
View File

@@ -0,0 +1,15 @@
server:
port: 8090
name: 'example.org'
key:
path: '/var/tmp/mxis-signing.key'
ldap:
host: 'localhost'
port: 389
baseDn: 'CN=Users,DC=example,DC=org'
query: '(|(mailPrimaryAddress=%3pid)(mail=%3pid)(otherMailbox=%3pid))'
attribute: 'pager'
bindDn: 'CN=Identity Server,CN=Users,DC=example,DC=org'
bindPassword: 'password'