Skip to content
GitLab Next
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • omnibus-gitlab omnibus-gitlab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 993
    • Issues 993
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 60
    • Merge requests 60
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.org
  • omnibus-gitlabomnibus-gitlab
  • Merge requests
  • !4953

configure sshd and git account so that pam is not used any longer

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Fnordpol requested to merge hufa/omnibus-gitlab:master into master Jan 23, 2021
  • Overview 13
  • Commits 1
  • Pipelines 1
  • Changes 3

What does this MR do?

configure sshd and git account so that pam is not used any longer

The reason is that some container systems don't run containers with CAP_AUDIT_WRITE which is needed for pam. As the comment in sshd_config has pointed out pam was used as a Fix because it handles shadow entries '!' and '*' differently from ssh. This commit refixes that fix and creates the git account with '*' (no password login) and disables pam in sshd_config

Related issues

Fixes #5891 (closed)

Edited Jan 23, 2021 by Fnordpol
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: master