Goetz Hatop
2005-Jun-30 09:16 UTC
[Samba] user authentification error with new samba version
from samba 3.0.9 to 3.0.13 I can not access my shares from a NT4 box as usual before upgrading. I can access samba shares from linux via mount //server/testuser /mnt -o username=testuser,password=testpass as before. Even the newest version (3.0.14a) from samba.org doesnt't help. What has happened to samba ??? Any hints ?? Thanks for your thoughts, G?tz. --------------------------------------------------------------------------- my smb.conf looks like: [global] workgroup = CDSUB os level = 65 security = user encrypt passwords = no log level = 2 log file = /var/log/samba/ub-samba.log socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY printing = CUPS printcap name = /etc/printcap.public utmp = Yes veto files = /*.eml/*.nws/riched20.dll/*.{*}/ [homes] comment = Home Directories valid users = %S read only = No create mask = 0640 directory mask = 0750 inherit acls = Yes browseable = No --------------------------------------------------------------------------- log file is: [2005/06/30 10:57:35, 2] smbd/sesssetup.c:setup_new_vc_session(608) setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all old resources. [2005/06/30 10:57:35, 2] auth/pampass.c:smb_pam_auth(514) smb_pam_auth: PAM: Athentication Error for user hatop [2005/06/30 10:57:35, 2] auth/pampass.c:smb_pam_error_handler(73) smb_pam_error_handler: PAM: Authentication Failure : Authentication failure [2005/06/30 10:57:35, 0] auth/pampass.c:smb_pam_passcheck(810) smb_pam_passcheck: PAM: smb_pam_auth failed - Rejecting User hatop ! [2005/06/30 10:57:35, 2] auth/auth.c:check_ntlm_password(312) check_ntlm_password: Authentication for user [hatop] -> [hatop] FAILED with error NT_STATUS_WRONG_PASSWORD [2005/06/30 10:57:35, 2] smbd/server.c:exit_server(609) --------------------------------------------------------------------------
Mark Brier
2005-Jun-30 09:21 UTC
[Samba] user authentification error with new samba version
I'm pretty sure you need to set "encrypt passwords = yes" Mark Brier Open Source Lab Technician National Computing Centre *: 0161 242 2132 *: 07736 036 840 *: mark.brier@ncc.co.uk Registered in England and Wales 00881195 ISO 9001/TickIT Certificate: 928858 BS 7799 Part 2 Ref: 4000664> -----Original Message----- > From: samba-bounces+mark.brier=ncc.co.uk@lists.samba.org > [mailto:samba-bounces+mark.brier=ncc.co.uk@lists.samba.org] > On Behalf Of Goetz Hatop > Sent: Thursday, June 30, 2005 10:16 AM > To: samba@lists.samba.org > Subject: [Samba] user authentification error with new samba version > > > from samba 3.0.9 to 3.0.13 > > I can not access my shares from a NT4 box as usual before upgrading. > > I can access samba shares from linux via > mount //server/testuser /mnt -o username=testuser,password=testpass > as before. > > Even the newest version (3.0.14a) from samba.org doesnt't help. > > What has happened to samba ??? Any hints ?? > > Thanks for your thoughts, > G?tz. > > -------------------------------------------------------------- > ------------- > my smb.conf looks like: > [global] > workgroup = CDSUB > os level = 65 > > security = user > encrypt passwords = no > log level = 2 > log file = /var/log/samba/ub-samba.log > socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY > > printing = CUPS > printcap name = /etc/printcap.public > utmp = Yes > veto files = /*.eml/*.nws/riched20.dll/*.{*}/ > > [homes] > comment = Home Directories > valid users = %S > read only = No > create mask = 0640 > directory mask = 0750 > inherit acls = Yes > browseable = No > -------------------------------------------------------------- > ------------- > log file is: > [2005/06/30 10:57:35, 2] smbd/sesssetup.c:setup_new_vc_session(608) > setup_new_vc_session: New VC == 0, if NT4.x compatible we > would close all old resources. > [2005/06/30 10:57:35, 2] auth/pampass.c:smb_pam_auth(514) > smb_pam_auth: PAM: Athentication Error for user hatop > [2005/06/30 10:57:35, 2] auth/pampass.c:smb_pam_error_handler(73) > smb_pam_error_handler: PAM: Authentication Failure : > Authentication failure [2005/06/30 10:57:35, 0] > auth/pampass.c:smb_pam_passcheck(810) > smb_pam_passcheck: PAM: smb_pam_auth failed - Rejecting User hatop ! > [2005/06/30 10:57:35, 2] auth/auth.c:check_ntlm_password(312) > check_ntlm_password: Authentication for user [hatop] -> > [hatop] FAILED with error NT_STATUS_WRONG_PASSWORD > [2005/06/30 10:57:35, 2] smbd/server.c:exit_server(609) > -------------------------------------------------------------- > ------------ > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba >