Remove LDAPFilter from doc (#2183)

This commit is contained in:
Maxime Besson 2020-12-28 16:28:37 +01:00
parent aa55f3d04a
commit 8e64671575
2 changed files with 0 additions and 3 deletions

View File

@ -121,8 +121,6 @@ Filters
In LDAP filters, $user is replaced by user login, and $mail by
user email.
- **Default filter**: default LDAP filter for searches, should not be
modified.
- **Authentication filter**: Filter to find user from its login
(default: ``(&(uid=$user)(objectClass=inetOrgPerson))``)
- **Mail filter**: Filter to find user from its mail (default:

View File

@ -18,7 +18,6 @@ Key name Documentation
ADPwdExpireWarning AD password expire warning ✔
ADPwdMaxAge AD password max age ✔
AuthLDAPFilter LDAP filter for auth search ✔
LDAPFilter Default LDAP filter ✔
SMTPAuthPass Password to use to send mails ✔
SMTPAuthUser Login to use to send mails ✔
SMTPPort Fix SMTP port ✔