[bugfix] Fix LDAP issue with OpenLDAP/MS AD
This commit is contained in:
parent
5332c81739
commit
2e5def404f
3 changed files with 9 additions and 5 deletions
|
@ -112,6 +112,8 @@ host="localhost"
|
|||
port=3002
|
||||
baseDN="ou=users,dc=company"
|
||||
filter="(|(username={{username}})(mail={{username}}))"
|
||||
#Username field in LDAP (uid/cn/username)
|
||||
uidTag="username"
|
||||
passwordresetlink=""
|
||||
|
||||
[postfixbounce]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue