Had to add a "pam password change" parameter (defaults to "off") and inlined
commit05fe1233deb648f8c77218b9a4e277bade5bd831
authorJeremy Allison <jra@samba.org>
Wed, 2 May 2001 23:32:19 +0000 (2 23:32 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 2 May 2001 23:32:19 +0000 (2 23:32 +0000)
treedff3fc21d7249ef14e29107cd7f7a7b95ea6e626
parentc92f869b7edc27bd7534eaf903431524d9c2e1d2
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.
source/auth/pampass.c
source/include/local.h
source/include/proto.h
source/lib/ms_fnmatch.c
source/param/loadparm.c
source/passdb/pampass.c
source/smbd/chgpasswd.c