Date: Wed Mar 24 17:32:55 2004 Author: jmcd Update of /home/cvs/samba/source/nsswitch In directory dp.samba.org:/tmp/cvs-serv1304/nsswitch
Modified Files: Tag: SAMBA_3_0 winbindd_ads.c Log Message: 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). Revisions: winbindd_ads.c 1.43.2.39 => 1.43.2.40 http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_ads.c.diff?r1=1.43.2.39&r2=1.43.2.40