svn commit: samba r4848 - in branches/SAMBA_3_0/source/utils: .

jerry at samba.org jerry at samba.org
Wed Jan 19 16:44:54 GMT 2005


Author: jerry
Date: 2005-01-19 16:44:53 +0000 (Wed, 19 Jan 2005)
New Revision: 4848

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

Log:
fix build; gd please check and make sure this is ok
Modified:
   branches/SAMBA_3_0/source/utils/net.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/net.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net.c	2005-01-19 16:13:26 UTC (rev 4847)
+++ branches/SAMBA_3_0/source/utils/net.c	2005-01-19 16:44:53 UTC (rev 4848)
@@ -601,8 +601,9 @@
 	GROUP_MAP *map = NULL;
 	int num_entries = 0;
 	int i;
+	uint32 acb_mask = ACB_WSTRUST | ACB_NORMAL | ACB_DOMTRUST | ACB_SVRTRUST;
 
-	if (!pdb_setsampwent(False)) {
+	if (!pdb_setsampwent(False, acb_mask)) {
 		DEBUG(0, ("load_sampwd_entries: Unable to open passdb.\n"));
 		return 0;
 	}



More information about the samba-cvs mailing list