서버는 Ubuntu 12.04 및 Samba 3.6.3을 실행하고 있습니다. Windows 사용자는 경로 \\my_server.com\username
와 계정을 사용하여 문제 없이 공유를 마운트할 수 있습니다 \username
.
그러나 OS X 10.10.5 기본 GUI 클라이언트에 연결하려고 하면 인증이 실패합니다. 로그는 다음과 같습니다.
2015/09/29 15:47:23.536252, 3] smbd/sesssetup.c:1107(reply_sesssetup_and_X_spnego)
NativeOS=[Mac OS X 10.10] NativeLanMan=[SMBFS 3.0.2] PrimaryDomain=[]
[2015/09/29 15:47:23.536318, 3] ../libcli/auth/ntlmssp_server.c:348(ntlmssp_server_preauth)
Got user=[OSX_user] domain=[MY_SERVER] workstation=[workstation] len1=24 len2=260
[2015/09/29 15:47:23.536415, 3] auth/auth.c:219(check_ntlm_password)
check_ntlm_password: Checking password for unmapped user [MY_SERVER]\[OSX_user]@[workstation] with the new password interface
[2015/09/29 15:47:23.536469, 3] auth/auth.c:222(check_ntlm_password)
check_ntlm_password: mapped user is: [MY_SERVER]\[OSX_user]@[workstation]
[2015/09/29 15:47:23.536638, 3] passdb/lookup_sid.c:1754(get_primary_group_sid)
Forcing Primary Group to 'Domain Users' for OSX_user
[2015/09/29 15:47:23.536825, 3] ../libcli/auth/ntlm_check.c:392(ntlm_password_check)
ntlm_password_check: NTLMv2 password check failed
[2015/09/29 15:47:23.536901, 3] ../libcli/auth/ntlm_check.c:437(ntlm_password_check)
ntlm_password_check: Lanman passwords NOT PERMITTED for user OSX_user
[2015/09/29 15:47:23.537053, 3] ../libcli/auth/ntlm_check.c:585(ntlm_password_check)
ntlm_password_check: LM password, NT MD4 password in LM field and LMv2 failed for user OSX_user
[2015/09/29 15:47:23.537268, 2] auth/auth.c:319(check_ntlm_password)
check_ntlm_password: Authentication for user [OSX_user] -> [OSX_user] FAILED with error NT_STATUS_WRONG_PASSWORD
[2015/09/29 15:47:23.537346, 3] smbd/error.c:81(error_packet_set)
error packet at smbd/sesssetup.c(124) cmd=115 (SMBsesssetupX) NT_STATUS_LOGON_FAILURE
왜 이런 일이 발생하는지 아시나요? OS X 사용자를 위해 NTLM을 활성화해야 합니까?