Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMoritz Bellach <moritzbellach@gmail.com>2019-03-05 09:11:28 +0300
committerEvan Read <eread@gitlab.com>2019-03-05 09:11:28 +0300
commit999a20dce3a1c3c8e1946a73bfc47f46a6fd2bbd (patch)
tree17e4d898e5a7f55eafe88a2f10f926bcb2f275a6 /doc
parent7b4130d0f7390629d683e4365279ab5554bbcfc4 (diff)
docs: ldap users must have email address set
Diffstat (limited to 'doc')
-rw-r--r--doc/administration/auth/ldap.md3
1 files changed, 3 insertions, 0 deletions
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