r17378: Fix the issues people have been having with mapped
authorJeremy Allison <jra@samba.org>
Thu, 3 Aug 2006 01:49:14 +0000 (01:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:29 +0000 (11:38 -0500)
commitdca7d08e61ecd0f6695a05c44feb58abbc2d8826
tree698ffcb714d7acb722f47dc69d47e44836d0cdb6
parentf569db1c06848b4205c141938e0d11359855673e
r17378: Fix the issues people have been having with mapped
users (username map) and failure to connect to a
share. Essentially, even on a standalone system
we were going into the create_token_from_username()
code (I think by mistake) if the username was mapped.
Fixes bug #3991.

Volker & Jerry - please go over this with a very careful eye
and let me know if this isn't correct (I think it is,
but this isn't my code and it's a dangerous area for
me to be playing in :-).

Jeremy
(This used to be commit 0b5b2b53ec6e4c25b5f6645451dfce4aa7ae8a61)
source3/auth/auth_util.c