table of contents
| PWUPDD(8) | pwupdd | PWUPDD(8) |
NAME¶
pwupdd, pwupdd.service, pwupdd.socket - update passwd and shadow entries
SYNOPSIS¶
pwupdd.service
pwupdd.socket
/usr/libexec/pwupdd [OPTIONS...]
DESCRIPTION¶
pwupdd is an inetd(8) style socket-activated service. A new instance of the daemon is started for every incoming request.
It exposes a Varlink interface to allow authorized users to modify their own account data, including passwords, login shells, and GECOS field information. Authentication is handled via PAM(8). Additionally, the root user can utilize specific methods to update any /etc/passwd or /etc/shadow entry.
OPTIONS¶
-d, --debug
-v, --verbose
-?, --help
--version
VARLINK INTERFACES¶
The service exposes the following methods via Varlink:
Chauthtok
Chfn
Chsh
UpdatePasswdShadow
SEE ALSO¶
| 02/15/2026 | account-utils 1.0.1 |