rpcclient typo: patch

Ronan Waide waider at waider.ie
Mon Mar 10 13:17:27 GMT 2003


when doing "enumdomusers", rpcclient prints each one preceded by the
word "group" instead of "user"

Cheers,
Waider.

Index: rpcclient/cmd_samr.c
===================================================================
RCS file: /cvsroot/samba/source/rpcclient/cmd_samr.c,v
retrieving revision 1.157
diff -u -r1.157 cmd_samr.c
--- rpcclient/cmd_samr.c        25 Feb 2003 06:24:13 -0000      1.157
+++ rpcclient/cmd_samr.c        10 Mar 2003 13:13:03 -0000
@@ -684,7 +684,7 @@
                    NT_STATUS_V(result) == NT_STATUS_V(STATUS_MORE_ENTRIES)) {
 
                        for (i = 0; i < num_dom_users; i++)
-                               printf("group:[%s] rid:[0x%x]\n", 
+                               printf("user:[%s] rid:[0x%x]\n", 
                                       dom_users[i], dom_rids[i]);
                }

-- 
"We are experiencing MVS processor spin loops, the programs are running while
 holding a disabled CPU. This is causing XCF communication delays to the point
 where we are losing VTAM RTP routing, are suffering OSPF adjacency failures on
 TCP/IP dynamic routing and MIM VCF failures." - Reported via Slashdot


More information about the samba-technical mailing list