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:
authorDrew Blessing <drew@gitlab.com>2015-12-23 00:09:35 +0300
committerDrew Blessing <drew@gitlab.com>2016-12-16 18:57:05 +0300
commite0eb86ee809aaad86be4ca1d985a5e67c0657a6f (patch)
treee24cc5d86b0fcfc591bff3cdb764b2eaf49aa0ae /doc/raketasks
parentbdb5e6771856c280fa1cf92b19a47fb83a4988ec (diff)
Add LDAP task to rename a provider
Sometimes admins will change the LDAP configuration, not realizing that problems will occur if the user's LDAP identities are not also updated to use the new provider name. This task will give admins a single command to run to update identities and will prevent having to run multiple Rails console queries.
Diffstat (limited to 'doc/raketasks')
-rw-r--r--doc/raketasks/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/raketasks/README.md b/doc/raketasks/README.md
index a49c43b8ef2..2b81ebc9c59 100644
--- a/doc/raketasks/README.md
+++ b/doc/raketasks/README.md
@@ -4,7 +4,8 @@
- [Check](check.md)
- [Cleanup](cleanup.md)
- [Features](features.md)
-- [Maintenance](maintenance.md) and self-checks
+- [LDAP Maintenance](../administration/raketasks/ldap.md)
+- [General Maintenance](maintenance.md) and self-checks
- [User management](user_management.md)
- [Webhooks](web_hooks.md)
- [Import](import.md) of git repositories in bulk