r1388: Adding password history code for ldap backend, based on a patch from
authorJeremy Allison <jra@samba.org>
Wed, 7 Jul 2004 22:46:51 +0000 (22:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:09 +0000 (10:52 -0500)
commitdd54b2a3c45e202e504ad69d170eb798da4e6fc9
treedb7f63080a009e94373939710d70ebd2648d0db3
parentf423a631974b9126888aff2e476882abf1f3afad
r1388: Adding password history code for ldap backend, based on a patch from
"Jianliang Lu" <j.lu@tiesse.com>. Multi-string attribute changed to
linearised pstring due to ordering issues. A few other changes to
fix race conditions. I will add the tdb backend code next. This code
compiles but has not yet been tested with password history policy
set to greater than zero. Targeted for 3.0.6.
Jeremy.
examples/LDAP/samba.schema
source/include/passdb.h
source/include/smbldap.h
source/lib/smbldap.c
source/passdb/pdb_get_set.c
source/passdb/pdb_ldap.c
source/passdb/pdb_tdb.c
source/smbd/chgpasswd.c