Had to add a "pam password change" parameter (defaults to "off") and inlined
authorJeremy Allison <jra@samba.org>
Wed, 2 May 2001 23:32:09 +0000 (23:32 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 2 May 2001 23:32:09 +0000 (23:32 +0000)
commitaac630b382fefff2e3ead291d2d838832a180925
tree88bd61c1ee2458432cf9bc820cef40732ab0bcea
parentdea501bc5fbafddef502c788cf7f44d9034e0fcd
Had to add a "pam password change" parameter (defaults to "off") and inlined
the pam password change code to ensure that existing and working password
chat scripts don't break with 2.2.1. PAM password changing has to be explicitly
requested.
Allowed wildcards in pam password change matching (matches password chat
script matching). Had to add const (sorry Tim :-) to ms_fnmatch() to
stop warnings. Don't worry - the const changes are isolated and don't
cause any other warnings :-).
Jeremy.
(This used to be commit 47b4d82536c09bffe3a0d9917fa31d935f1be7d8)
source3/auth/pampass.c
source3/include/local.h
source3/include/proto.h
source3/lib/ms_fnmatch.c
source3/param/loadparm.c
source3/passdb/pampass.c
source3/smbd/chgpasswd.c