From 999a20dce3a1c3c8e1946a73bfc47f46a6fd2bbd Mon Sep 17 00:00:00 2001 From: Moritz Bellach Date: Tue, 5 Mar 2019 06:11:28 +0000 Subject: [PATCH] docs: ldap users must have email address set --- doc/administration/auth/ldap.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/administration/auth/ldap.md b/doc/administration/auth/ldap.md index d5d0d99ac24..f8d85d68b67 100644 --- a/doc/administration/auth/ldap.md +++ b/doc/administration/auth/ldap.md @@ -81,6 +81,9 @@ library. `tls` corresponds to StartTLS, not to be confused with regular TLS. Normally, if you specify `ssl` it will be on port 636, while `tls` (StartTLS) would be on port 389. `plain` also operates on port 389. +NOTE: **Note:** +LDAP users must have an email address set, regardless of whether it is used to log in. + **Omnibus configuration** ```ruby -- GitLab