Use local system tools to change the user's password
Bug #1743558 reported by
Andreas Hasenack
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Landscape Client |
Fix Committed
|
Low
|
Unassigned | ||
landscape-client (Ubuntu) |
Fix Released
|
Undecided
|
Andreas Hasenack |
Bug Description
We should use the local system administration tools, like chpasswd(1), to set the user's password, instead of plain MD5 using passlib.
summary: |
- Runtime dependency on a universe package + Runtime dependency on a universe package: python3-passlib |
Changed in landscape-client: | |
status: | New → Confirmed |
Changed in landscape-client: | |
assignee: | nobody → Andreas Hasenack (ahasenack) |
Changed in landscape-client: | |
status: | Triaged → Fix Committed |
Changed in landscape-client (Ubuntu): | |
assignee: | nobody → Andreas Hasenack (ahasenack) |
status: | New → In Progress |
To post a comment you must log in.
Maybe we should use the linux admin tools to set a user's password, instead of generating a hash of our own. That way we won't be bypassing any local password policy set by an admin, for example.
It might be a bigger task, though.