Displaying 3 results from an estimated 3 matches for "client_domain".
2004 Mar 12
2
Need urgent help with "user_info->client_domain.str" and "user_info->domain.str"
Hi there,
anybody here to help me with:
"user_info->client_domain.str" and "user_info->domain.str"
Problem:
check_ntlm_password: Checking password for unmapped user
[FRSTPRV.DE]\[SambaAdmin302]@[HEARTOFGOLD]
with the new password interface
check_ntlm_password: mapped user is:
[FRSTPRV]\[SambaAdmin302]@[HEARTOFGOLD]
Where from does s...
2007 Nov 27
1
Dovecot strange logs
...ntries in my dovecot_info.log
(auth_debug=yes & auth_verbose=ye) :
dovecot: Nov 27 00:28:09 Info: auth(default):
vpopmail(CLIENT_EMAIL,CLIENT_IP): lookup user= domain=????????
dovecot: Nov 27 00:28:09 Info: auth(default):
vpopmail(CLIENT_EMAIL,CLIENT_IP): lookup user=CLIENT_USER
domain=CLIENT_DOMAIN
dovecot: Nov 27 00:28:09 Info: auth(default):
vpopmail(CLIENT_EMAIL,CLIENT_IP): lookup user=CLIENT_USER domain=
CLIENT_DOMAIN
(replace CLIENT_EMAIL,CLIENT_IP,CLIENT_USER,CLIENT_DOMAIN with real
value of course)
For each authentication I have the in first line : "lookup user=
domain=??...
2007 Mar 07
1
NTLMv2 configuration problems
...that the code to check ntlmv2 password comes later
if (smb_pwd_check_ntlmv2( nt_response,
nt_pw, challenge,
client_username,
client_domain,
False,
user_sess_key)) {
return NT_STATUS_OK;
}
---------------------------------------------
SMB.CONF---------------------------------------...