Displaying 5 results from an estimated 5 matches for "make_user_info_for_reply".
2024 Mar 05
1
Cannot Get Samba to Work Without Encrypted Password with Legacy Client
...th_module)
load_auth_module: Attempting to find an auth method to match sam_ignoredomain
[2024/03/03 17:00:33.289479, 5] ../source3/auth/auth.c:437(load_auth_module)
load_auth_module: auth method sam_ignoredomain has a valid init
[2024/03/03 17:00:33.291585, 5] ../source3/auth/auth_util.c:290(make_user_info_for_reply)
make_user_info_for_reply: User passwords not in encrypted format.
[2024/03/03 17:00:33.294426, 5] ../source3/auth/user_info.c:64(make_user_info)
attempting to make a user_info for smbuser (smbuser)
[2024/03/03 17:00:33.296633, 5] ../source3/auth/user_info.c:72(make_user_info)
making string...
2003 Nov 20
0
samba 3.0.0 Authentication with NTsp4
...ge(93)
auth_get_challenge: module unix did not want to specify a challenge
[2003/11/19 16:51:45, 5] auth/auth.c:get_ntlm_challenge(132)
auth_context challenge created by random
[2003/11/19 16:51:45, 5] auth/auth.c:get_ntlm_challenge(133)
challenge is:
[2003/11/19 16:51:45, 5] auth/auth_util.c:make_user_info_for_reply(386)
make_user_info_for_reply: User passwords not in encrypted format.
[2003/11/19 16:51:45, 5] auth/auth_util.c:make_user_info_map(216)
make_user_info_map: Mapping user [FORESTS]\[jm41] from workstation
[bilbo]
[2003/11/19 16:51:45, 5] auth/auth_util.c:make_user_info(132)
attempting to make...
2006 Nov 30
1
Samba 3.0.23c won't let NT4 access shares
...e(97)
auth_get_challenge: module unix did not want to specify a challenge
[2006/11/06 16:58:16, 5] auth/auth.c:get_ntlm_challenge(137)
auth_context challenge created by random
[2006/11/06 16:58:16, 5] auth/auth.c:get_ntlm_challenge(138)
challenge is:
[2006/11/06 16:58:16, 5] auth/auth_util.c:make_user_info_for_reply(363)
make_user_info_for_reply: User passwords not in encrypted format.
[2006/11/06 16:58:16, 5] auth/auth_util.c:make_user_info_map(161)
make_user_info_map: Mapping user [WORKGROUP]\[omega] from workstation [omg180]
[2006/11/06 16:58:16, 5] auth/auth_util.c:make_user_info(75)
attempting to ma...
2004 Oct 20
0
Home drives not being mounted. Samba 3.0.7 vs W2k TS
...th.c:get_ntlm_challenge(136)
challenge is:
[2004/10/14 09:28:21, 5] /usr/pkgsrc/net/samba/work/samba-3.0.7/source/lib/util.c:dump_data(1835)
[000] 69 C6 F2 30 FD DD 53 29 i..0..S)
[2004/10/14 09:28:21, 5] /usr/pkgsrc/net/samba/work/samba-3.0.7/source/auth/auth_util.c:make_user_info_for_reply(403)
make_user_info_for_reply: User passwords not in encrypted format.
[2004/10/14 09:28:21, 4] /usr/pkgsrc/net/samba/work/samba-3.0.7/source/lib/username.c:map_username(132)
Scanning username map /usr/pkg/etc/samba/smbusers
[2004/10/14 09:28:21, 10] /usr/pkgsrc/net/samba/work/samba-3.0.7/sourc...
2016 Dec 14
0
Cannot get plaintext+pam auth to work on 4.2.10
...ng default:
@include common-auth
@include common-account
@include common-session-noninteractive
4) and yet:
porridge at piec:~$ smbclient -U smbtest //localhost/data asdasd
session setup failed: NT_STATUS_ACCESS_DENIED
porridge at piec:~$
It seems that the password is being sent as plaintext,
make_user_info_for_reply: User passwords not in encrypted format.
but authentication using pam is failing for some reason:
check_ntlm_password: unix authentication for user [SMBTEST] FAILED with
error NT_STATUS_LOGON_FAILURE
Does anyone have a clue why? From what I understood plaintext auth is
discouraged, but should...