Remove legacy LDAP configuration examples
This commit is contained in:
parent
0b78bd7a42
commit
46cdb931d8
1 changed files with 0 additions and 9 deletions
|
@ -30,9 +30,6 @@ main:
|
||||||
# snip...
|
# snip...
|
||||||
user_filter: '(employeeType=developer)'
|
user_filter: '(employeeType=developer)'
|
||||||
EOS
|
EOS
|
||||||
|
|
||||||
# omnibus package; legacy syntax
|
|
||||||
gitlab_rails['ldap_user_filter'] = '(employeeType=developer)'
|
|
||||||
```
|
```
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
@ -43,12 +40,6 @@ production:
|
||||||
main:
|
main:
|
||||||
# snip...
|
# snip...
|
||||||
user_filter: '(employeeType=developer)'
|
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:
|
Tip: if you want to limit access to the nested members of an Active Directory group you can use the following syntax:
|
||||||
|
|
Loading…
Reference in a new issue