Commit Graph

32 Commits

Author SHA1 Message Date
Evan Read eb86630959 Ensure all lists are surrounded by new lines
Markdown renderers find it easier to determine
where lists start and end when lists are surrounded
by new lines.

For consistency, also ensure entries in the list
are aligned when they span multipls lines.
2019-02-22 13:17:10 +00:00
Evan Read 47fb1c5235 Remove consecutive blank lines from markdown files
For the sake of consistency, removes any extraneous
consecutive blank lines from the doc suite.
2019-02-18 09:36:13 +00:00
Evan Read c2c2d04b3a Fix most instances of bare URLs in markdown 2019-01-24 06:52:33 +00:00
Rémy Coutable b4c78a58f5 Merge branch 'patch-28' into 'master'
Update ldap.md If you escape the '\' character when using a "domain\user" scheme for the bind_dn name, it will fail. gitlab-ctl reconfigure escapes characters, and if you pre-escape the '\', the resultant yaml file will have four (4) '\' characters

See merge request gitlab-org/gitlab-ce!20460
2018-09-25 09:40:10 +00:00
Marcel Amirault 109cfd951d
Correct grammar (setup to set-up) in Docs 2018-09-21 16:29:14 +02:00
Brett Walker b0be58a1b3 Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00:00
Ed Goforth bcf0e4a85a Update ldap.md
If you escape the '\' character when using a "domain\user" scheme for the bind_dn name, it will fail. gitlab-ctl reconfigure escapes characters, and if you pre-escape the '\', the resultant yaml file will have four (4) '\' characters.
2018-07-06 23:46:06 +00:00
Achilleas Pipinellis 8346092233 Refactor LDAP docs 2018-06-01 10:31:06 +00:00
Francisco Javier López cd461400eb Added ldap config setting to lower case usernames 2018-02-05 22:35:34 +00:00
Marcia Ramos 26b3a0b34b Docs: move article LDAP-CE to its topic-related folder 2017-12-22 17:15:08 +00:00
Markus Koller 257fd57134 Allow password authentication to be disabled entirely 2017-11-23 13:16:14 +00:00
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