On Thu, Oct 27, 2005 at 11:01:30AM +0000, [EMAIL PROTECTED] wrote: > Author: vlendec > Date: 2005-10-27 11:01:29 +0000 (Thu, 27 Oct 2005) > New Revision: 11323 > > WebSVN: > http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11323 > > Log: > Fix usage of rpccli_netlogon_getdcname. Add some debug messages.
Volker, I'm going to fix this so that rpccli_netlogon_getdcname doesn't need the "\\domain". I want to make all the rpccli_XX calls only take a name, without any \\ components. That knowledge doesn't belong in the caller - they only mess it up (as evidenced by my mistake). We need to make this easy to use by having the underlying rcpcli_XX function 'know' if it needs \\domain or just domain. Jeremy.
