svn commit: samba r12342 - in trunk/source/nsswitch: .

gd at samba.org gd at samba.org
Mon Dec 19 03:15:50 GMT 2005


Author: gd
Date: 2005-12-19 03:15:50 +0000 (Mon, 19 Dec 2005)
New Revision: 12342

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12342

Log:
request renewable tickets by default in winbind/security = ads.

Guenther

Modified:
   trunk/source/nsswitch/winbindd_ads.c


Changeset:
Modified: trunk/source/nsswitch/winbindd_ads.c
===================================================================
--- trunk/source/nsswitch/winbindd_ads.c	2005-12-19 03:02:56 UTC (rev 12341)
+++ trunk/source/nsswitch/winbindd_ads.c	2005-12-19 03:15:50 UTC (rev 12342)
@@ -102,6 +102,8 @@
 			ads->auth.realm = SMB_STRDUP( lp_realm() );
 	}
 
+	ads->auth.renewable = 1;
+
 	status = ads_connect(ads);
 	if (!ADS_ERR_OK(status) || !ads->config.realm) {
 		extern struct winbindd_methods msrpc_methods, cache_methods;



More information about the samba-cvs mailing list