Commit Graph

8 Commits

Author SHA1 Message Date
Douglas Barbosa Alexandre d270693c86 Add docs for ENV variables take gitlab:uploads:check rake task supports 2018-01-09 22:02:44 -02:00
Douglas Barbosa Alexandre 80b8fe24a1 Fix small typos 2018-01-09 18:48:36 -02:00
Douglas Barbosa Alexandre e1008da2a8 Add docs for the gitlab:uploads:check rake task 2018-01-08 19:25:32 -02:00
James Lopez 0feb2437e1 Update check.md 2018-01-05 10:30:57 +00:00
James Lopez 1392624602 add deprecation and removal issue to docs 2018-01-05 11:16:18 +01:00
James Lopez de36a8e279 refactor spec, add docs 2018-01-04 11:22:43 +01:00
Drew Blessing e0eb86ee80 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.
2016-12-16 09:57:05 -06:00
Drew Blessing dc30783057 Introduce better credential and error checking to `rake gitlab:ldap:check`
It was previously possible for invalid credential errors to go unnoticed
in this task. Users would believe everything was configured correctly and
then sign in would fail with 'invalid credentials'. This adds a specific
bind check, plus catches errors connecting to the server. Also, specs :)
2016-11-08 15:46:10 -06:00