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
diff options
context:
space:
mode:
authorSebastián Arcila Valenzuela <sarcila@gitlab.com>2019-09-12 03:50:17 +0300
committerThong Kuah <tkuah@gitlab.com>2019-09-12 03:50:17 +0300
commitca2123429ef4be250cde796cee5c8a8cec1aca42 (patch)
tree07569c6287a7d1f137af3c635a2def3bf33fbf3b /config/gitlab.yml.example
parent3c372d87a701b600f42fccbf4707eebd67ff7cac (diff)
Backport of ee/15773: Allow SmartCard authentication to use SAN extensions
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 87159b695f9..92674aafa90 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -718,6 +718,10 @@ production: &base
# Browser session with smartcard sign-in is required for Git access
# required_for_git_access: false
+ # Use X.509 SAN extensions certificates to identify GitLab users
+ # Add a subjectAltName to your certificates like: email:user
+ # san_extensions: true
+
## Kerberos settings
kerberos:
# Allow the HTTP Negotiate authentication method for Git clients