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
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-10-20 18:41:28 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-10-20 18:41:28 +0400
commit46cdb931d8a48febd459cf932b6e7c7b626ec452 (patch)
tree7cbc996963aacf4d17ebae98418e239d7eafa18b /doc/integration/ldap.md
parent0b78bd7a42a341bb227fb544b5b12abf8e152a41 (diff)
Remove legacy LDAP configuration examples
Diffstat (limited to 'doc/integration/ldap.md')
-rw-r--r--doc/integration/ldap.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/integration/ldap.md b/doc/integration/ldap.md
index 869850d29d7..df72b17ab1a 100644
--- a/doc/integration/ldap.md
+++ b/doc/integration/ldap.md
@@ -30,9 +30,6 @@ main:
# snip...
user_filter: '(employeeType=developer)'
EOS
-
-# omnibus package; legacy syntax
-gitlab_rails['ldap_user_filter'] = '(employeeType=developer)'
```
```yaml
@@ -43,12 +40,6 @@ production:
main:
# snip...
user_filter: '(employeeType=developer)'
-
-# installations from source; legacy syntax
-production:
- ldap:
- # snip...
- user_filter: '(employeeType=developer)'
```
Tip: if you want to limit access to the nested members of an Active Directory group you can use the following syntax: