r9112: Fix #2953 - credentials chain on DC gets out of sync with client when
commit7fff6638fca113694ef1570ce1331cc8c2e056f8
authorJim McDonough <jmcd@samba.org>
Fri, 5 Aug 2005 12:33:00 +0000 (5 12:33 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:00:26 +0000 (10 11:00 -0500)
treed5e3874aa1d7a3a197df6713160c2cacb8ea9a3e
parent6014bb000e77e2522cb35110af881b9b0ccc9ed5
r9112: Fix #2953 - credentials chain on DC gets out of sync with client when
NT_STATUS_NO_USER returned.  We were moving to the next step in the
chain when the client wasn't.  Only update when the user logs on.
(This used to be commit b01a3a4111f544eef5bd678237d07a82d1ce9c22)
source3/libsmb/credentials.c
source3/rpc_server/srv_netlog_nt.c