Commit Graph

21 Commits

Author SHA1 Message Date
Michael Kozono 55e6552c8d Fix LDAP config key name 2017-10-06 19:47:00 +00:00
James Lopez 717460ebee Update ldap.md 2017-09-08 15:08:35 +00:00
Michael Kozono dd3e7ff036 Default LDAP config verify_certificates to true 2017-08-30 11:27:01 -07:00
Michael Kozono 7b5a96b53c Fix LDAP documentation and example config 2017-07-31 08:43:27 -07:00
Michael Kozono 857dcd6c76 Change encryption description 2017-07-26 02:43:39 -07:00
Michael Kozono fdaa49ca29 Update LDAP SSL config options 2017-07-26 02:43:38 -07:00
Harish Ramachandran 251796d638 Fix typo in the LDAP docs missing a required colon 2017-07-19 10:12:44 -04:00
Drew Blessing 8d0b064dcb Add AD matching rule filter and more information 2017-07-14 12:44:39 +00:00
Lee Matos de16bc6d72 Update ldap.md to clarify uid should list the attribute not the value
[ci skip]
2017-04-27 07:49:48 +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
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
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