diff options
author | Drew Blessing <drew@gitlab.com> | 2015-12-22 15:09:35 -0600 |
---|---|---|
committer | Drew Blessing <drew@gitlab.com> | 2016-12-16 09:57:05 -0600 |
commit | e0eb86ee809aaad86be4ca1d985a5e67c0657a6f (patch) | |
tree | e24cc5d86b0fcfc591bff3cdb764b2eaf49aa0ae /doc/raketasks | |
parent | bdb5e6771856c280fa1cf92b19a47fb83a4988ec (diff) | |
download | gitlab-ce-e0eb86ee809aaad86be4ca1d985a5e67c0657a6f.tar.gz |
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.md | 3 |
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 |