r316: Fix split_domain_name. This defaulted to get_myname() instead of
commit0d6acfe19a6bf09305ba9727a4f967199dfa29a1
authorVolker Lendecke <vlendec@samba.org>
Wed, 21 Apr 2004 15:04:05 +0000 (21 15:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:51:18 +0000 (10 10:51 -0500)
treef2932e5318f4144672d81e63297252a39480c313
parent96ace9ae885de706f1d400d01471e2f2abb029b0
r316: Fix split_domain_name. This defaulted to get_myname() instead of
get_global_sam_name().

Error case: Adding a domain user to a XP local group did a lsalookupname on
the user without domain prefix, and this then failed.

Jerry: This is a must-fix before 3.0.3.

Volker
(This used to be commit f35e353454b6825da1de138a3f0d8106787e938b)
source3/lib/util_sid.c
source3/passdb/passdb.c