s3-winbindd: let winbind try to use samlogon validation level 6. (bug #7945)
[samba.git] / source3 / auth / auth_netlogond.c
index ebfed83d41ec3fb10d0b9fb156848039b99fa9c9..2347daedbca9d8e09a46b851397a4041f053b70e 100644 (file)
@@ -85,6 +85,7 @@ static NTSTATUS netlogond_validate(TALLOC_CTX *mem_ctx,
                user_info->client_domain,   /* domain name */
                user_info->wksta_name,      /* workstation name */
                (uchar *)auth_context->challenge.data, /* 8 byte challenge. */
+               3,                          /* validation level */
                user_info->lm_resp,         /* lanman 24 byte response */
                user_info->nt_resp,         /* nt 24 byte response */
                &info3);                    /* info3 out */