mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
example_configs: fix typo in Stalwart config
This commit is contained in:
@@ -42,7 +42,7 @@ To integrate with LLDAP,
|
|||||||
[directory.ldap.cache]
|
[directory.ldap.cache]
|
||||||
entries = 500
|
entries = 500
|
||||||
[directory.ldap.filter]
|
[directory.ldap.filter]
|
||||||
mail = "(&(objectclass=person)(mail=?))"
|
email = "(&(objectclass=person)(mail=?))"
|
||||||
name = "(&(objectclass=person)(uid=?))"
|
name = "(&(objectclass=person)(uid=?))"
|
||||||
[directory.ldap.tls]
|
[directory.ldap.tls]
|
||||||
allow-invalid-certs = true
|
allow-invalid-certs = true
|
||||||
|
|||||||
Reference in New Issue
Block a user