r1388: Adding password history code for ldap backend, based on a patch from
commit1c5867502a47371e24519ffeb4165c69cab63482
authorJeremy Allison <jra@samba.org>
Wed, 7 Jul 2004 22:46:51 +0000 (7 22:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:09 +0000 (10 10:52 -0500)
treecb02e1b714da10cbdfede8ec23b0c19b266bd7f4
parentb42a10a8ef770b5d26fa703482ab477ad082fd16
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.
(This used to be commit dd54b2a3c45e202e504ad69d170eb798da4e6fc9)
examples/LDAP/samba.schema
source3/include/passdb.h
source3/include/smbldap.h
source3/lib/smbldap.c
source3/passdb/pdb_get_set.c
source3/passdb/pdb_ldap.c
source3/passdb/pdb_tdb.c
source3/smbd/chgpasswd.c