Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 647
    • Issues 647
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 169
    • Merge Requests 169
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • aportsaports
  • Issues
  • #10209

Closed
Open
Opened Apr 08, 2019 by Dia Jad@ditek
  • Report abuse
  • New issue
Report abuse New issue

chpasswd fails starting from Alpine 3.6

I’m able to use `chpasswd` to set user password until Alpine 3.5. Starting from Alpine 3.6 I get `PAM: Authentication failure` when I run the command.

To easily reproduce the issue:

$ docker run —rm -it alpine sh
/ # apk add shadow
/ # /usr/sbin/useradd -m -u 1000 new_user
/ # echo “new_user:mypassword” | chpasswd
Password: chpasswd: PAM: Authentication failure

(from redmine: issue id 10209, created on 2019-04-08, closed on 2019-06-19)

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
3.10.0
Milestone
3.10.0 (Past due)
Assign milestone
Time tracking
None
Due date
None
3
Labels
Aports Normal type:bug
Assign labels
  • View project labels
Reference: alpine/aports#10209