Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d3824fbf
Commit
d3824fbf
authored
5 years ago
by
Imre Farkas
Committed by
Evan Read
5 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc for "Require session with smartcard login for Git access"
parent
c453b76a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
doc/administration/auth/smartcard.md
doc/administration/auth/smartcard.md
+28
-0
No files found.
doc/administration/auth/smartcard.md
View file @
d3824fbf
...
...
@@ -184,3 +184,31 @@ attribute. As a prerequisite, you must use an LDAP server that:
1.
Save the file and
[
restart
](
../restart_gitlab.md#installations-from-source
)
GitLab for the changes to take effect.
### Require browser session with smartcard sign-in for Git access
**For Omnibus installations**
1.
Edit
`/etc/gitlab/gitlab.rb`
:
```ruby
gitlab_rails['smartcard_required_for_git_access'] = true
```
1.
Save the file and
[
reconfigure
](
../restart_gitlab.md#omnibus-gitlab-reconfigure
)
GitLab for the changes to take effect.
**For installations from source**
1.
Edit
`config/gitlab.yml`
:
```yaml
## Smartcard authentication settings
smartcard:
# snip...
# Browser session with smartcard sign-in is required for Git access
required_for_git_access: true
```
1.
Save the file and
[
restart
](
../restart_gitlab.md#installations-from-source
)
GitLab for the changes to take effect.
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment