Hi On 25 January 2011 02:54, Joe Tseng <[email protected]> wrote: > > Recently I set up a PDC (Fedora 12 - I'm using this for a specific reason) > using Samba 3.4.9 and OpenLDAP 2.4.19; I named my domain ATHOME. I am trying > to figure out how to shut down WinXP Pro remotely and I'm not having any > luck. Up to this point I have tried the following: > > - I used ATHOME\root which is the admin acct I used to join XP to my domain. > I added ATHOME\root to my workstation's Administrators group. > > - I've disabled "simple file sharing" on WinXP. > > - I've disabled the WinXP firewall. > > My results are the following: > > [root@server0 openldap]# net rpc shutdown -d -I 10.1.0.154 -U root > [2011/01/24 19:50:34, 0] lib/debug.c:451(debug_parse_params) > debug_parse_params: unrecognized debug class name or format [-I]
You are using incorrect syntax for the debug option. Try "net rpc shutdown -d 10 -I 10.1.0.154 -U root" and maybe that will show you what the problem is. (i.e. you need a number after -d.) -- Michael Wood <[email protected]> -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
