r316: Fix split_domain_name. This defaulted to get_myname() instead of
authorVolker Lendecke <vlendec@samba.org>
Wed, 21 Apr 2004 15:04:05 +0000 (15:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:51:18 +0000 (10:51 -0500)
commitf35e353454b6825da1de138a3f0d8106787e938b
treee5864026e699e4ff3d74a7fa8a7ca43922655ed1
parentbdbf6458a8154177beb3bfc52bb35797c18fc56e
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
source/lib/util_sid.c
source/passdb/passdb.c