These changes commited on a 'no less broken' basis.
commit5fe1ea7f11a314a42f867a4f159c1c63c516568f
authorAndrew Bartlett <abartlet@samba.org>
Sat, 26 Jan 2002 06:02:28 +0000 (26 06:02 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 26 Jan 2002 06:02:28 +0000 (26 06:02 +0000)
treeff6928856c5605a36e49d7903db82a7f4b8d663a
parent6650b21ceabefab037cfd3b135039914fb75e3a9
These changes commited on a 'no less broken' basis.

The previous code attempted to call winbind to find out the domain sid.  This
couldn't work for a number of reasons - not the least of which was that both
the client and server ends would reject any name (in this case domain name)
without a \ in it (or lp_winbind_seperator()).

I think this is what was intended to occour.  If there is still some need to
contact winbind for this information, I suggest a new call be created for this
- as it the server-side code doesn't allow for this information to be extracted
easily in any case.

Finally, it gets in the way of the default domain code a bit - hence why I was
actually looking at it...

Andrew Bartlett
source/printing/nt_printing.c