Change DAYS_TO_WARN_BEFORE_PWD_EXPIRES value to 14 days
that is same value as default on Windows.

This is the temporary patch until we move to Samba 3.2.0
or later. -- fumiyas, 2007-07-29

--- samba-3.0.24/source/nsswitch/pam_winbind.h	2007-02-05 03:59:14.000000000 +0900
+++ samba-3.0.24.osstech/source/nsswitch/pam_winbind.h	2007-07-29 14:51:04.561487066 +0900
@@ -114,7 +114,7 @@ do {                             \
 
 #define SECONDS_PER_DAY 86400
 
-#define DAYS_TO_WARN_BEFORE_PWD_EXPIRES 5
+#define DAYS_TO_WARN_BEFORE_PWD_EXPIRES 14
 
 #include "winbind_client.h"
 
