r9112: Fix #2953 - credentials chain on DC gets out of sync with client when
authorJim McDonough <jmcd@samba.org>
Fri, 5 Aug 2005 12:33:00 +0000 (12:33 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:00:26 +0000 (11:00 -0500)
commitb01a3a4111f544eef5bd678237d07a82d1ce9c22
tree4121107d36f313c92e401e539dcd184265f5bec4
parentf5756c2611df5a026d78f8acb229d7c25f1fd383
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.
source/libsmb/credentials.c
source/rpc_server/srv_netlog_nt.c