From af3490061b83ce83efb363bddcbcccf9f8a14d89 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 2 May 2006 19:22:39 +0000 Subject: r15398: Attempt to send the correct warning when a password change was attempted too early. Guenther (This used to be commit 7f64a66d25f2a4aa48c2639da8e783c1759c5dd4) --- source3/nsswitch/pam_winbind.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/nsswitch/pam_winbind.h') diff --git a/source3/nsswitch/pam_winbind.h b/source3/nsswitch/pam_winbind.h index 89553ebfc3..38fe365f4c 100644 --- a/source3/nsswitch/pam_winbind.h +++ b/source3/nsswitch/pam_winbind.h @@ -107,6 +107,7 @@ do { \ #define PAM_WINBIND_NEW_AUTHTOK_REQD "PAM_WINBIND_NEW_AUTHTOK_REQD" #define PAM_WINBIND_HOMEDIR "PAM_WINBIND_HOMEDIR" +#define PAM_WINBIND_PWD_LAST_SET "PAM_WINBIND_PWD_LAST_SET" #define SECONDS_PER_DAY 86400 -- cgit