r14112: * fix checks on return code from register_vuid() which could actually
authorGerald Carter <jerry@samba.org>
Thu, 9 Mar 2006 22:31:37 +0000 (22:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:11:13 +0000 (11:11 -0500)
commit1de2983de4ea1a482c294a9ecce8437cc35ff7ee
tree6b04ba8452a08e3396964e7965ad64582042cc16
parentf0210601d19016d0c932ad1623e77a70c9aee023
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?)
(This used to be commit 8dafa45b97020d1aceb027a85e18401c965bf402)
source3/auth/auth_util.c
source3/smbd/password.c
source3/smbd/sesssetup.c