Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • T tails
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1,015
    • Issues 1,015
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 28
    • Merge requests 28
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • tails
  • tails
  • Repository
  • tails
  • config
  • chroot_local-includes
  • etc
  • gdm3
  • PostLogin
  • Default
Find file BlameHistoryPermalink
  • segfault's avatar
    Store admin password hashed and salted instead of in cleartext (refs: #17135) · a047e3be
    segfault authored Oct 08, 2019
    By calling chpasswd with the -e option, it uses the provided hashed and
    salted password instead of hashing and salting it via PAM.
    
    PAM uses SHA512 to hash the password, as configured in /etc/login.defs,
    so in the call to mkpasswd we set --method=sha512crypt to also use SHA512.
    a047e3be