r17402: Added lookup_name_smbconf() to be called when looking
commit1e1fcb5eb2ac4bd360461b29f85c07dbf460025d
authorJeremy Allison <jra@samba.org>
Fri, 4 Aug 2006 20:35:52 +0000 (4 20:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:31 +0000 (10 11:38 -0500)
tree286aa354978ee626f0a8dede48c5b211e46ad9b6
parent92ccdec33f8afb01335f9b775b5af11296ba2aa2
r17402: Added lookup_name_smbconf() to be called when looking
up names from smb.conf. If the name is unqualified it
causes the lookup to be done in WORKGROUP\name, then
"Unix [users|groups]"\name rather than searching the
domain. Should fix the problems with "force user"
selecting a domain user by preference.
Jeremy.
source/auth/auth_util.c
source/passdb/lookup_sid.c
source/smbd/service.c