]> git.ipfire.org Git - thirdparty/shadow.git/commit
src/passwd.c: implement reading password from pipe
authorTomas Halman <tomas@halman.net>
Thu, 25 Jan 2024 10:00:09 +0000 (11:00 +0100)
committerSerge Hallyn <serge@hallyn.com>
Thu, 1 Feb 2024 04:16:02 +0000 (22:16 -0600)
commit49001ca846d1e2894b4719d66889ab7e1b4b698a
tree582d27f9519915704f0022c673f2ead303304b0e
parent3fff9d762184e076cf6654f587d1284b3d58bea6
src/passwd.c: implement reading password from pipe

New option --stdin/-t is available for root user. It is useful
for automation/setup and it makes shadow utils passwd more versatile.

Signed-off-by: Tomas Halman <tomas@halman.net>
man/passwd.1.xml
src/passwd.c