Stable implementation of Directory integration

- Documentation
- Allow to specific other attributes in LDAP to include in the search
This commit is contained in:
Maxime Dor
2017-10-01 19:36:11 +02:00
parent d0aac5ac52
commit 8662b3f39f
5 changed files with 179 additions and 13 deletions

View File

@@ -69,6 +69,8 @@ ldap:
auth:
filter: ''
directory:
attribute:
other: []
filter: ''
identity:
filter: ''
@@ -89,8 +91,10 @@ sql:
enabled: false
query:
name:
type: 'localpart'
value: 'SELECT 1'
threepid:
type: 'localpart'
value: 'SELECT 1'
identity:
type: 'mxid'