Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-05Support RSA and ECDSA algorithms in Omniauth JWTMichael Tsyganov
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-11-13Resolve Markdown ordered lists not conforming to styleguideEvan Read
2018-11-08Fix Markdown so renderer parses links correctly, fixing 404sEvan Read
Also corrects capitalisation of Git.
2018-09-25Merge branch 'patch-28' into 'master'Rémy Coutable
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-21Correct grammar (setup to set-up) in DocsMarcel Amirault
2018-09-06Resolve "CE documentation is not CommonMark compliant"Brett Walker
2018-08-27Compress all PNG images under doc/Achilleas Pipinellis
The pngquant tool was used https://pngquant.org, and particularly, the following command: /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png Before: 47584K After : 34924K
2018-07-07Update ldap.mdEd Goforth
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-06-18Make it explicit where is the gitlab.rb fileMike Weilgart
Save people an extra Google search if this is the first doc they're reading.
2018-06-01Refactor LDAP docsAchilleas Pipinellis
2018-04-26Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suiteTiago Botelho
2018-03-27Clarify what auth_url should beAchilleas Pipinellis
[ci skip]
2018-03-26Copyedit JWT docsAchilleas Pipinellis
2018-02-16Update all articles with the new layout (meta data from the frontmatter)Marcia Ramos
Context: https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/182
2018-02-06Added ldap config setting to lower case usernamesFrancisco Javier López
2018-01-19doc: Spelling fixesVille Skyttä
2018-01-10Resolve "Include the Crowd application permission information on the "Crowd ↵Xiaogang Wen
OmniAuth Provider" page"
2017-12-22Docs: move article LDAP-CE to its topic-related folderMarcia Ramos
2017-12-13Docs: Update admin docsMarcia Ramos
2017-11-23Allow password authentication to be disabled entirelyMarkus Koller
2017-11-01Exclude comments from specific docsAchilleas Pipinellis
2017-10-06Fix LDAP config key nameMichael Kozono
2017-09-08Update ldap.mdJames Lopez
2017-08-30Default LDAP config verify_certificates to trueMichael Kozono
2017-08-21Point to /developers on docs/administration/authentiq.mdAlexandros Keramidas
2017-07-31Fix LDAP documentation and example configMichael Kozono
2017-07-26Change encryption descriptionMichael Kozono
2017-07-26Update LDAP SSL config optionsMichael Kozono
2017-07-19Fix typo in the LDAP docs missing a required colonHarish Ramachandran
2017-07-19Merge branch 'authentiq-updates' into 'master'Rémy Coutable
Added authentiq provider to tests and updated documentation, gem and config file. See merge request !12952
2017-07-18Added authentiq provider to tests and updated documentation, gem and config ↵Alexandros Keramidas
file.
2017-07-14Add AD matching rule filter and more informationDrew Blessing
2017-04-27Update ldap.md to clarify uid should list the attribute not the valueLee Matos
[ci skip]
2017-03-07Move and update Crowd authentication documentationDrew Blessing
Current docs did not include information on configuring the app in Crowd. Also, moved the doc to the new administration/auth directory.
2017-02-20Added support for Authentiq Back-Channel LogoutAlexandros Keramidas
2017-01-26Merge branch 'patch-6' into 'master' Rémy Coutable
add an other ldap configuration example See merge request !6773
2017-01-09Merge branch 'feature/log-ldap-to-application-log' into 'master' Rémy Coutable
Log LDAP blocking/unblocking events to application log See merge request !8042
2016-12-21Added support for Authentiq oauth providerAlex
2016-12-20fixup! Log messages when blocking/unblocking LDAP accountsMarkus Koller
2016-12-20Log messages when blocking/unblocking LDAP accountsMarkus Koller
2016-12-15Add Okta authentication documentationAchilleas Pipinellis
2016-11-29Remove `memberOf` OID in LDAP `user_filter` docs Drew Blessing
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-16Clarify LDAP troubleshooting ldap_search example [ci skip]Drew Blessing
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-09Introduce better credential and error checking to `rake gitlab:ldap:check`Drew Blessing
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-10-24Add more precision about LDAP configurationDavid
2016-10-10add an other ldap configuration exampleDavid
2016-09-28Log LDAP lookup errors and don't swallow unrelated exceptionsMarkus Koller
Signed-off-by: Roger Meier <r.meier@siemens.com>
2016-05-27Fix erroneous YAML spacing in LDAP configurationDrew Blessing
2016-04-05Fix LDAP link and codeblock indentationAchilleas Pipinellis
[ci skip]
2016-03-22Update LDAP docs [ci skip]Drew Blessing