r14112: * fix checks on return code from register_vuid() which could actually
commit6a448b934f0090e18090850bfc877d8e440d1d62
authorGerald Carter <jerry@samba.org>
Thu, 9 Mar 2006 22:31:37 +0000 (9 22:31 +0000)
committerGerald Carter <jerry@samba.org>
Thu, 9 Mar 2006 22:31:37 +0000 (9 22:31 +0000)
treee1405ba15a35d88faf1204939bd4ff30015f6560
parentfdee04fa8a936d3f678fef6a20005e97b9b5f5de
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