Had to add a "pam password change" parameter (defaults to "off") and inlined
commit47b4d82536c09bffe3a0d9917fa31d935f1be7d8
authorJeremy Allison <jra@samba.org>
Wed, 2 May 2001 23:32:09 +0000 (2 23:32 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 2 May 2001 23:32:09 +0000 (2 23:32 +0000)
treebac13b9413440dcea87e8804c7d02dcd38842738
parentacf32f277d1a45f49fa3bf6af82850e35df9ae5a
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