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

gd at samba.org gd at samba.org
Mon Jan 2 12:34:48 GMT 2006


Author: gd
Date: 2006-01-02 12:34:47 +0000 (Mon, 02 Jan 2006)
New Revision: 12672

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

Log:
Add load_case_tables() to the pam module as well.

Guenther

Modified:
   trunk/source/nsswitch/pam_winbind.c


Changeset:
Modified: trunk/source/nsswitch/pam_winbind.c
===================================================================
--- trunk/source/nsswitch/pam_winbind.c	2006-01-02 03:27:11 UTC (rev 12671)
+++ trunk/source/nsswitch/pam_winbind.c	2006-01-02 12:34:47 UTC (rev 12672)
@@ -48,6 +48,8 @@
 {
 	int ctrl = 0;
 
+	load_case_tables();
+
 	if (!lp_load(dyn_CONFIGFILE,True,False,False)) {
 		return -1;
 	}



More information about the samba-cvs mailing list