svn commit: samba r6537 - in trunk/source/rpc_server: .

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


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

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

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:
   trunk/source/rpc_server/srv_lsa_nt.c


Changeset:
Modified: trunk/source/rpc_server/srv_lsa_nt.c
===================================================================
--- trunk/source/rpc_server/srv_lsa_nt.c	2005-04-30 13:21:13 UTC (rev 6536)
+++ trunk/source/rpc_server/srv_lsa_nt.c	2005-04-30 13:21:25 UTC (rev 6537)
@@ -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