TODO remove ??? ntlm_password_check @ NT_STATUS_NOT_FOUND
authorStefan Metzmacher <metze@samba.org>
Fri, 17 Mar 2017 10:53:12 +0000 (11:53 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 29 Oct 2019 13:33:03 +0000 (14:33 +0100)
libcli/auth/ntlm_check.c

index 3844abde5282df8db34c0bd498534e38469ed515..72f30696a1c2fb1335ca14fc1f30605e2b8721d0 100644 (file)
@@ -597,6 +597,7 @@ NTSTATUS ntlm_password_check(TALLOC_CTX *mem_ctx,
 
        /* Try and match error codes */
        if (strchr_m(username, '@')) {
+               //TODO
                return NT_STATUS_NOT_FOUND;
        }
        return NT_STATUS_WRONG_PASSWORD;