From 19413c52495877d54c90c60229568d0077fda30b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 18 Jun 2009 11:08:46 +1000 Subject: s4:kdc Allow a password change when the password is expired This requires a rework on Heimdal's windc plugin layer, as we want full control over what tickets Heimdal will issue. (In particular, in case our requirements become more complex in future). The original problem was that Heimdal's check would permit the ticket, but Samba would then deny it, not knowing it was for kadmin/changepw Also (in hdb-samba4) be a bit more careful on what entries we will make the 'change_pw' service mark that this depends on. Andrew Bartlett --- source4/heimdal/kdc/headers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/heimdal/kdc/headers.h') diff --git a/source4/heimdal/kdc/headers.h b/source4/heimdal/kdc/headers.h index 2240336e31..b9a828852a 100644 --- a/source4/heimdal/kdc/headers.h +++ b/source4/heimdal/kdc/headers.h @@ -104,6 +104,7 @@ #ifndef NO_NTLM #include #endif +#include #include #undef ALLOC -- cgit