r17402: Added lookup_name_smbconf() to be called when looking
authorJeremy Allison <jra@samba.org>
Fri, 4 Aug 2006 20:35:52 +0000 (20:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:31 +0000 (11:38 -0500)
commitf8aa1c75f4961739863928392c8870c9c9a019d8
tree281bd5888f03177195db652157689fc400196d8f
parent61d5d8ca2b7c00fbd184e7c858796279aa749b5b
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.
(This used to be commit 1e1fcb5eb2ac4bd360461b29f85c07dbf460025d)
source3/auth/auth_util.c
source3/passdb/lookup_sid.c
source3/smbd/service.c