svn commit: samba r6536 - in branches/SAMBA_3_0/source/rpc_server: .

vlendec at samba.org vlendec at samba.org
Sat Apr 30 13:21:13 GMT 2005


Author: vlendec
Date: 2005-04-30 13:21:13 +0000 (Sat, 30 Apr 2005)
New Revision: 6536

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

Log:
Jeremy, did you actually test this part of revision 801? I just tested that
 Windows 2003 returns "4 (Local Group)" for

rpcclient -c 'lookupnames "System Operators"'

Before #ifdef'ing that out again I would like to see a sniff how you get a "5"
(WKN_GRP) out of lsa_lookupnames.

Volker

Modified:
   branches/SAMBA_3_0/source/rpc_server/srv_lsa_nt.c


Changeset:
Modified: branches/SAMBA_3_0/source/rpc_server/srv_lsa_nt.c
===================================================================
--- branches/SAMBA_3_0/source/rpc_server/srv_lsa_nt.c	2005-04-30 12:39:12 UTC (rev 6535)
+++ branches/SAMBA_3_0/source/rpc_server/srv_lsa_nt.c	2005-04-30 13:21:13 UTC (rev 6536)
@@ -173,12 +173,10 @@
 			status = lookup_name(dom_name, user, &sid, &name_type);
 		}
 
-#if 0 /* This is not true. */
 		if (name_type == SID_NAME_WKN_GRP) {
 			/* BUILTIN aliases are still aliases :-) */
 			name_type = SID_NAME_ALIAS;
 		}
-#endif
 
 		DEBUG(5, ("init_lsa_rid2s: %s\n", status ? "found" : 
 			  "not found"));



More information about the samba-cvs mailing list