diff options
Diffstat (limited to 'source3/auth/auth_sam.c')
-rw-r--r-- | source3/auth/auth_sam.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/auth/auth_sam.c b/source3/auth/auth_sam.c index 94e4ec414b..50ce9065fd 100644 --- a/source3/auth/auth_sam.c +++ b/source3/auth/auth_sam.c @@ -349,6 +349,8 @@ static NTSTATUS check_sam_security(const struct auth_context *auth_context, lm_sess_key.length); data_blob_free(&lm_sess_key); + (*server_info)->was_mapped |= user_info->was_mapped; + return nt_status; } |