diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2001-05-02 13:20:12 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2001-05-02 13:20:12 +0000 |
| commit | 116cf850c2fdb2dba6489e0e7148ed4de08a3c6a (patch) | |
| tree | 46f742f3272f035315886e6e0af0320bca09bb4e /adduser/rmuser.perl | |
| parent | 3c157fd7695cd9c226439be6767f10a452e1b6cc (diff) | |
| download | pw-darwin-116cf850c2fdb2dba6489e0e7148ed4de08a3c6a.tar.gz pw-darwin-116cf850c2fdb2dba6489e0e7148ed4de08a3c6a.zip | |
Extend adduser to create "locked" accounts. Adduser can now lock an
account at creation, create accounts with a "*" password (so you can
use alternate authentication schemes without fearing a "default" password
biting you later), and blank passwords.
Yes, adduser could create a blank password account, but this makes it
slightly more difficult to shoot yourself in the foot.
The /etc/adduser.conf entries are:
# use password-based authentication for new users
# defaultusepassword = "yes" | "no"
defaultusepassword = "yes"
# enable account password at creation
# (the password will be prepended with a star if the account isn't enabled)
# defaultenableaccount = "yes" | "no"
defaultenableaccount = "yes"
# allow blank passwords
# defaultemptypassword = "yes" | "no"
defaultemptypassword = "no"
Requested by: alfred
Reviewed by: alfred
Diffstat (limited to 'adduser/rmuser.perl')
0 files changed, 0 insertions, 0 deletions
