winbindd: add a comment to a parameter in _winbind_SamLogon()
authorStefan Metzmacher <metze@samba.org>
Thu, 8 Feb 2018 16:23:49 +0000 (17:23 +0100)
committerRalph Boehme <slow@samba.org>
Sat, 10 Feb 2018 07:35:17 +0000 (08:35 +0100)
Bug: https://bugzilla.samba.org/show_bug.cgi?id=13258

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/winbindd/winbindd_dual_srv.c

index c76531ddb5d3f9448578c9521ad89655de9fbbb7..2775a1569e1fee50b86a5af7b79e1b5b76827389 100644 (file)
@@ -898,7 +898,7 @@ NTSTATUS _winbind_SamLogon(struct pipes_struct *p,
                                       r->in.logon.network->challenge,
                                       lm_response, nt_response,
                                       &r->out.authoritative,
-                                      true,
+                                      true, /* skip_sam */
                                       &flags,
                                       &validation_level,
                                       &validation);