svn commit: samba r11323 - branches/SAMBA_3_0/source/nsswitch trunk/source/nsswitch

Jeremy Allison jra at samba.org
Thu Oct 27 16:21:12 GMT 2005


On Thu, Oct 27, 2005 at 11:01:30AM +0000, vlendec at samba.org 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.


More information about the samba-technical mailing list