Fix bugzilla # 1208
authorJim McDonough <jmcd@samba.org>
Wed, 24 Mar 2004 17:32:55 +0000 (17:32 +0000)
committerJim McDonough <jmcd@samba.org>
Wed, 24 Mar 2004 17:32:55 +0000 (17:32 +0000)
commit9a8e30d04b1cfc53e8c8949a56d4f1cf5aa26501
treee483ee3c5a38bfd45503d3bd18c0b25904949edc
parent7d7b6190b0d07441ded54f096e7f95f51dc31024
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).
(This used to be commit c2436c433afaab4006554a86307f76b6689d6929)
source3/include/ads.h
source3/libads/kerberos.c
source3/libads/krb5_setpw.c
source3/libsmb/cliconnect.c
source3/nsswitch/winbindd_ads.c
source3/utils/ntlm_auth.c