s3:auth check the user is valid first
authorSimo Sorce <ssorce@redhat.com>
Fri, 28 May 2010 15:14:01 +0000 (11:14 -0400)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 7 Jun 2010 12:53:06 +0000 (22:53 +1000)
commitef942172b9dfe3c30b86161445c7d6290579b6f2
tree8b47cd9858871e7f58df0cb61dded5e83f61669b
parent1bb0afa662cb65ad8eeec59d40008c6604b791bc
s3:auth check the user is valid first

It makes no sense to go through all the hoops to build samu and
convert it to info3, just to discard them later if the user was
not valid.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
source3/auth/auth_util.c