Bug 4686 - NT_STATUS_NO_SUCH_USER when no hostname set
Summary: NT_STATUS_NO_SUCH_USER when no hostname set
Status: NEW
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: User/Group Accounts (show other bugs)
Version: 3.0.25a
Hardware: x86 FreeBSD
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-09 17:31 UTC by woland
Modified: 2007-06-09 17:31 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 woland 2007-06-09 17:31:15 UTC
When hostname is not set in the system, such error is occured:

check_ntlm_password:  Checking password for unmapped user [NODOMAIN]\[USER]@[] with the new password interface
check_ntlm_password:  mapped user is: []\[USER]@[]
check_ntlm_password:  Authentication for user [USER] -> [USER] FAILED with error NT_STATUS_NO_SUCH_USER


Please, add appropriate hostname checks to make debug output more understandable.