mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-03 14:23:02 +02:00
The existing 'adduser -D' command adds a locked user account, similar to the Debian adduser --disabled-login'. This patch adds support for the 'adduser -d' command, similar to Debian 'adduser --disabled-password', meaning login is possible but using methods other than password, e.g., SSH keys. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>