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:
authorJob van der Voort <jobvandervoort@gmail.com>2015-05-04 12:13:07 +0300
committerJob van der Voort <jobvandervoort@gmail.com>2015-05-04 12:13:07 +0300
commit2530141aceaaf4452cc2308648846fd52c48aa8c (patch)
treea34c4b32b9d1803e654e6e496510e2c1075324db /doc/raketasks
parenta62060b1de558dc61b7f1df63bbe8d7ffeeec632 (diff)
update doc by removing unnecessary parts
Diffstat (limited to 'doc/raketasks')
-rw-r--r--doc/raketasks/user_management.md32
1 files changed, 3 insertions, 29 deletions
diff --git a/doc/raketasks/user_management.md b/doc/raketasks/user_management.md
index 04a8126c161..4fbd20762da 100644
--- a/doc/raketasks/user_management.md
+++ b/doc/raketasks/user_management.md
@@ -50,35 +50,9 @@ bundle exec rake gitlab:import:all_users_to_all_groups RAILS_ENV=production
## Maintain tight control over the number of active users on your GitLab installation
-- Enable this setting to keep new users blocked until they have been cleared by the admin
+- Enable this setting to keep new users blocked until they have been cleared by the admin (default: false).
-```bash
-(default: false).
-block_auto_created_users: false
-
-Base where we can search for users
-
-Ex. ou=People,dc=gitlab,dc=example
-
-base: ''
-
-Filter LDAP users
-
-Format: RFC 4515 http://tools.ietf.org/search/rfc4515
-Ex. (employeeType=developer)
-Note: GitLab does not support omniauth-ldap's custom filter syntax.
-
-user_filter: ''
```
-
-- GitLab EE only: add more LDAP servers
-
-```bash
-Choose an ID made of a-z and 0-9 . This ID will be stored in the database
-so that GitLab can remember which LDAP server a user belongs to.
-uswest2:
-label:
-host:
-....
-``` \ No newline at end of file
+block_auto_created_users: false
+```