commit 3c5cb68b3c61ee7f0e46deed7444cdd6322cd58c
Author: François Tigeot <[email protected]>
Date: Sat Apr 19 10:32:03 2014 +0200
passwd(1): Allow password changes for PAM users
* passwd(1) previously only allowed changes for local or NIS users, which
doesn't make sense
* Fixes FreeBSD PR bin/59638
http://www.freebsd.org/cgi/query-pr.cgi?pr=59638
* Tested with a DragonFly (password change) and a Debian system (login)
Summary of changes:
usr.bin/passwd/passwd.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c5cb68b3c61ee7f0e46deed7444cdd6322cd58c
--
DragonFly BSD source repository