r14112: * fix checks on return code from register_vuid() which could actually
commit8dafa45b97020d1aceb027a85e18401c965bf402
authorGerald Carter <jerry@samba.org>
Thu, 9 Mar 2006 22:31:37 +0000 (9 22:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:11:13 +0000 (10 11:11 -0500)
treee1405ba15a35d88faf1204939bd4ff30015f6560
parentdc96ce90e50da9a82f941b0b534c0681c8477f5e
r14112: * fix checks on return code from register_vuid() which could actually
  fail and we would still return success in the SMBsesssetup reply :-(
* Make sure to create the local token for the server_fino struct
  in reply_spnego_kerberos() so that register_vuid() does not fail.
  (how did this ever work?)
source/auth/auth_util.c
source/smbd/password.c
source/smbd/sesssetup.c