Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T tails
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Zen Fu
  • tails
  • Repository
  • tails
  • config
  • chroot_local-includes
  • etc
  • gdm3
  • PostLogin
  • Default
Find file Blame History Permalink
  • 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