Bug 6662 - security=server and NTLMv2 authentication problem
Summary: security=server and NTLMv2 authentication problem
Status: RESOLVED WONTFIX
Alias: None
Product: Samba 3.2
Classification: Unclassified
Component: File services (show other bugs)
Version: 3.2.14
Hardware: x64 Linux
: P3 normal
Target Milestone: ---
Assignee: Volker Lendecke
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-27 05:39 UTC by Beda Kosata
Modified: 2018-03-21 23:55 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Beda Kosata 2009-08-27 05:39:51 UTC
When using security=server authentication of clients using NTLMv2 (Vista) fails with "password server FOO rejected the password: NT_STATUS_LOGON_FAILURE".
I believe that this bug is closely related to bug 4365 (https://bugzilla.samba.org/show_bug.cgi?id=4365) which solves this for security=domain.
I was successful in fixing this bug by replacing all "user_info->domain" references in the auth/auth_server.c with "user_info->client_domain". However, I made this fix without really knowing what I do, so it might not be necessary to do the change in all three places in the code.
Comment 1 Björn Jacke 2018-03-21 23:55:17 UTC
security=server vanished with samba 4, see release notes for details. closing this bug.