Displaying 9 results from an estimated 9 matches for "no_method".
Did you mean:
do_method
2015 Nov 26
2
nitwit's attempt to edit samba source
...uth/ntlm/auth.c
> if (tevent_req_is_nterror(req, &status)) {
> DEBUG(2,("auth_check_password_recv: "
> "%s authentication for user [%s\\%s] "
> "FAILED with error %s\n",
> (state->method ? state->method->ops->name : "NO_METHOD"),
> state->user_info->mapped.domain_name,
> state->user_info->mapped.account_name,
> nt_errstr(status)));
> tevent_req_received(req);
> return status;
> }
to:
> if (tevent_req_is_nterror(req, &status)) {
> DEBUG(2,("auth_check...
2018 Sep 11
0
shared folder in the samba domain, can't be access on trusting domain users
...h_check_password_send: Checking password for unmapped user
> [TESTHV]\[mtest]@[TESTHV-DC1]
> auth_check_password_send: user is: [TESTHV]\[mtest]@[TESTHV-DC1]
> [2018/09/10 18:18:57.227872, 2]
> ../source4/auth/ntlm/auth.c:478(auth_check_password_recv)
> auth_check_password_recv: NO_METHOD authentication for user
> [TESTHV\mtest] FAILED with error NT_STATUS_NO_SUCH_USER, authoritative=0
> [2018/09/10 18:18:57.227909, 2]
> ../auth/auth_log.c:476(log_authentication_event_human_readable)
> Auth: [SamLogon,network] user [TESTHV]\[mtest] at [Mon, 10 Sep 2018
> 18:18:57.2...
2015 Nov 27
0
nitwit's attempt to edit samba source
...(req, &status)) {
>> DEBUG(2,("auth_check_password_recv: "
>> "%s authentication for user [%s\\%s] "
>> "FAILED with error %s\n",
>> (state->method ? state->method->ops->name : "NO_METHOD"),
>> state->user_info->mapped.domain_name,
>> state->user_info->mapped.account_name,
>> nt_errstr(status)));
>> tevent_req_received(req);
>> return status;
>> }
>
> to:
>
>&g...
2015 Jun 19
2
Samba rebind user@email.com to user_email.com
...2015/06/19 11:04:28.601720, 2] ../source4/auth/ntlm/auth_util.c:91(map_user_info_cracknames)
map_user_info: Cracknames of account 'user at company.com' -> DOMAIN_ONLY
[2015/06/19 11:04:28.601864, 2] ../source4/auth/ntlm/auth.c:420(auth_check_password_recv)
auth_check_password_recv: NO_METHOD authentication for user [(null)\(null)] FAILED with error NT_STATUS_NO_SUCH_USER
[2015/06/19 11:04:28.602191, 3] ../source4/smbd/service_stream.c:66(stream_terminate_connection)
Terminating connection - 'dcesrv: NT_STATUS_INVALID_PARAMETER'
I realized that since the username:password is...
2012 Nov 13
0
Strange SAMBA4 situation
...est
and the second,
2)The Security System could not establish a secured connection with the
server ldap/samdom.local. No authentication protocol was available.
In log.samba file I have: [2012/11/13 11:32:58, 2]
../source4/auth/ntlm/auth.c:420(auth_check_password_recv)
auth_check_password_recv: NO_METHOD authentication for user
[(null)\(null)] FAILED with error NT_STATUS_NO_SUCH_USER
If I restart Samba4 service, I can access the active directory structure
from the XP client system.
2013 Oct 24
0
ENC: Problems with public sharing on samba4
...l search
[2013/10/24 11:37:56, 2]
../source4/auth/ntlm/auth_util.c:185(map_user_info_cracknames)
map_user_info: Cracknames of domain 'INTERNAL-DOMAIN \' ->
RESOLVE_ERROR
[2013/10/24 11:37:56, 2]
../source4/auth/ntlm/auth.c:447(auth_check_password_recv)
auth_check_password_recv: NO_METHOD authentication for user
[(null)\(null)] FAILED with error NT_STATUS_NO_SUCH_USER
[2013/10/24 11:37:56, 2]
../auth/gensec/spnego.c:746(gensec_spnego_server_negTokenTarg)
SPNEGO login failed: NT_STATUS_NO_SUCH_USER
Can you guys help me figure it out what the problem is!?
Thanks
Regar...
2013 Oct 28
0
RES: Problems with public sharing on samba4
...level search
[2013/10/24 11:37:56,? 2] ../source4/auth/ntlm/auth_util.c:185(map_user_info_cracknames)
? map_user_info: Cracknames of domain 'INTERNAL-DOMAIN \' -> RESOLVE_ERROR
[2013/10/24 11:37:56,? 2] ../source4/auth/ntlm/auth.c:447(auth_check_password_recv)
? auth_check_password_recv: NO_METHOD authentication for user [(null)\(null)] FAILED with error NT_STATUS_NO_SUCH_USER
[2013/10/24 11:37:56,? 2] ../auth/gensec/spnego.c:746(gensec_spnego_server_negTokenTarg)
? SPNEGO login failed: NT_STATUS_NO_SUCH_USER
Can you guys help me figure it out what the problem is!?
Thanks
Regards,
Dan
2015 Jun 19
0
Samba rebind user@email.com to user_email.com
...2015/06/19 11:04:28.601720, 2]
../source4/auth/ntlm/auth_util.c:91(map_user_info_cracknames)
map_user_info: Cracknames of account 'user at company.com' -> DOMAIN_ONLY
[2015/06/19 11:04:28.601864, 2]
../source4/auth/ntlm/auth.c:420(auth_check_password_recv)
auth_check_password_recv: NO_METHOD authentication for user
[(null)\(null)] FAILED with error NT_STATUS_NO_SUCH_USER
[2015/06/19 11:04:28.602191, 3]
../source4/smbd/service_stream.c:66(stream_terminate_connection)
Terminating connection - 'dcesrv: NT_STATUS_INVALID_PARAMETER'
I realized that since the username:password is...
2015 Nov 27
2
nitwit's attempt to edit samba source
Hi Viktor!
Thanks for your try at this, I am already doing what you suggest: the
iptables - timestaps. But that is rather troublesome, and I would very
much samba to log this vital info.
Anyway, I tried what you suggested, and now it stopped compiling. :-)
Does this error perhaps tell you something, or are you just as clueless
as I am now:
> [1955/4033] Compiling source4/auth/ntlm/auth.c