Commit graph

17 commits

Author SHA1 Message Date
Drew Blessing
79bee6a2ec Move and update Crowd authentication documentation
Current docs did not include information on configuring the app
in Crowd. Also, moved the doc to the new administration/auth
directory.
2017-03-07 11:58:30 -06:00
Alexandros Keramidas
beb887748e Added support for Authentiq Back-Channel Logout 2017-02-20 18:46:58 +02:00
Rémy Coutable
73c54366e6 Merge branch 'patch-6' into 'master'
add an other ldap configuration example

See merge request !6773
2017-01-26 15:29:57 +00:00
Rémy Coutable
6056903265 Merge branch 'feature/log-ldap-to-application-log' into 'master'
Log LDAP blocking/unblocking events to application log

See merge request !8042
2017-01-09 13:39:19 +00:00
Alex
6e186b76bb Added support for Authentiq oauth provider 2016-12-21 10:51:10 +02:00
Markus Koller
9bdbf84189
fixup! Log messages when blocking/unblocking LDAP accounts 2016-12-20 19:51:58 +01:00
Markus Koller
e87e280598
Log messages when blocking/unblocking LDAP accounts 2016-12-20 19:51:45 +01:00
Achilleas Pipinellis
ffaf25b76a Add Okta authentication documentation 2016-12-15 14:59:42 +01:00
Drew Blessing
cb9475259d Remove memberOf OID in LDAP user_filter docs
While not technically invalid, it is not necessary to have the 
`memberOf` OID in the `user_filter`. It clutters things up and causes
confusion for users so it's better if we remove it from the docs.
2016-11-28 23:43:37 +00:00
Drew Blessing
6a5891185c Clarify LDAP troubleshooting ldap_search example [ci skip]
A customer noted an error/lack of clarity in the LDAP documentation
with the `ldap_search` example. Previously, if taken literally, the
customer may have expected the `$` variables to be automatically
replaced or if they paste the exact `user_filter` contents the
parentheses would have been incorrect. Let's just simply the filter
and use exactly what's in the configuration.
2016-11-15 15:06:04 -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
David
a98497b2db Add more precision about LDAP configuration 2016-10-24 07:59:02 +00:00
David
063aa5c922 add an other ldap configuration example 2016-10-10 13:33:48 +00:00
Markus Koller
68364fe2f0
Log LDAP lookup errors and don't swallow unrelated exceptions
Signed-off-by: Roger Meier <r.meier@siemens.com>
2016-09-28 07:44:58 +02:00
Drew Blessing
900a488f99 Fix erroneous YAML spacing in LDAP configuration 2016-05-27 14:33:43 -05:00
Achilleas Pipinellis
7b290e29f0 Fix LDAP link and codeblock indentation
[ci skip]
2016-04-05 17:04:16 +03:00
Drew Blessing
b25d42cee9 Update LDAP docs [ci skip] 2016-03-22 15:35:27 -05:00