s3: Allow previous password to be stored and use it to check tickets
commit89eea1fa9154c67ae4d3e729a8db7ad17ec9b9d7
authorMatthieu Patou <mat@matws.net>
Fri, 21 May 2010 07:57:29 +0000 (21 11:57 +0400)
committerKarolin Seeger <kseeger@samba.org>
Thu, 3 Jun 2010 13:33:09 +0000 (3 15:33 +0200)
treee0e215914ec998ce9d10917dd47d2f7aa9cce555
parent386a4621b8c9e8f7956320a44679789b731d7b10
s3: Allow previous password to be stored and use it to check tickets

This patch is to fix bug 7099. It stores the current password in the
 previous password key when the password is changed. It also check the
 user ticket against previous password.

Signed-off-by: Günther Deschner <gd@samba.org>
Fix bug #7099 (Every Thursday at 11:08-11:15am Windows Client
Connections break with Kerberos errors).
source3/include/proto.h
source3/include/secrets.h
source3/libads/kerberos_verify.c
source3/passdb/secrets.c