summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw/pw_user.c
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-08-14 13:39:55 +0000
committerbapt <bapt@FreeBSD.org>2015-08-14 13:39:55 +0000
commitd8c0f52c74f5f885ab8678e1478c88df17096401 (patch)
tree3ee051d0854edab4753aeaceeff2e6b8e766910a /usr.sbin/pw/pw_user.c
parent2dd39755dda1946be1f28950c0dac2b2392cea20 (diff)
downloadFreeBSD-src-d8c0f52c74f5f885ab8678e1478c88df17096401.zip
FreeBSD-src-d8c0f52c74f5f885ab8678e1478c88df17096401.tar.gz
Regression: fix pw usermod -w xxx
Reported by: gjb
Diffstat (limited to 'usr.sbin/pw/pw_user.c')
-rw-r--r--usr.sbin/pw/pw_user.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/pw/pw_user.c b/usr.sbin/pw/pw_user.c
index d9bce87..5ccbd53 100644
--- a/usr.sbin/pw/pw_user.c
+++ b/usr.sbin/pw/pw_user.c
@@ -1645,6 +1645,8 @@ pw_user_mod(int argc, char **argv, char *arg1)
if (lc == NULL || login_setcryptfmt(lc, "sha512", NULL) == NULL)
warn("setting crypt(3) format");
login_close(lc);
+ cnf->default_password = boolean_val(passwd,
+ cnf->default_password);
pwd->pw_passwd = pw_password(cnf, pwd->pw_name, dryrun);
edited = true;
}
OpenPOWER on IntegriCloud