diff options
author | Sebastián Arcila Valenzuela <sarcila@gitlab.com> | 2019-09-12 00:50:17 +0000 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2019-09-12 00:50:17 +0000 |
commit | ca2123429ef4be250cde796cee5c8a8cec1aca42 (patch) | |
tree | 07569c6287a7d1f137af3c635a2def3bf33fbf3b /config | |
parent | 3c372d87a701b600f42fccbf4707eebd67ff7cac (diff) | |
download | gitlab-ce-ca2123429ef4be250cde796cee5c8a8cec1aca42.tar.gz |
Backport of ee/15773: Allow SmartCard authentication to use SAN extensions
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 4 |
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 |