Bug 7316 - chpasswd: support -R/--root argument
Summary: chpasswd: support -R/--root argument
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.22.x
Hardware: PC Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-13 16:18 UTC by Ivailo
Modified: 2016-02-18 07:02 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivailo 2014-08-13 16:18:41 UTC
The implementation of chpasswd found in the shadow source
support -R or --root argument that is used as a chroot
shortcut to be able to change user passwords in different
root directory than the current one.

Having this implemented in Busybox's chpasswd would be nice.