Fix bugzilla # 1208
commitc2436c433afaab4006554a86307f76b6689d6929
authorJim McDonough <jmcd@samba.org>
Wed, 24 Mar 2004 17:32:55 +0000 (24 17:32 +0000)
committerJim McDonough <jmcd@samba.org>
Wed, 24 Mar 2004 17:32:55 +0000 (24 17:32 +0000)
treeb4629ce30e55aa1a2cc78cc69a0b7cccb6a84c59
parent5bf8f1b31b7b37317e78bbb9fbf3cd25290027b5
Fix bugzilla # 1208

Winbind tickets expired.  We now check the expiration time, and acquire
new tickets.  We couln't rely on renewing them, because if we didn't get
a request before they expired, we wouldn't have renewed them.  Also, there
is a one-week limit in MS on renewal life, so new tickets would have been
needed after a week anyway.   Default is 10 hours, so we should only be
acquiring them that often, unless the configuration on the DC is changed (and
the minimum is 1 hour).
source/include/ads.h
source/libads/kerberos.c
source/libads/krb5_setpw.c
source/libsmb/cliconnect.c
source/nsswitch/winbindd_ads.c
source/utils/ntlm_auth.c