[Samba] hpux:- Not able to access samba4 share from windows xp client.

Arjit Gupta arjitk.gupta at gmail.com
Tue Jan 24 13:48:36 UTC 2017


Hello,

I am trying to access samba4(hpux) from windows xp client but not able to
do the same.

Below are the snippet from error log.

[2017/01/23 16:45:04.327471,  3, pid=16263, effective(102, 102), real(0,
0)] ../source3/smbd/error.c:82(error_packet_set)
   804    NT error packet at ../source3/smbd/trans2.c(9280) cmd=50
(SMBtrans2) NT_STATUS_NOT_FOUND
    [2017/01/23 16:45:04.374366,  5, pid=16263, effective(0, 0), real(0,
0), class=auth] ../source3/auth/auth.c:252(auth_check_ntlm_password)
  1934    check_ntlm_password: sam authentication for user [root] FAILED
with error NT_STATUS_WRONG_PASSWORD *(password is right)*
 1941  [2017/01/23 16:45:04.374605,  2, pid=16263, effective(0, 0), real(0,
0), class=auth] ../source3/auth/auth.c:315(auth_check_ntlm_password)
  1942    check_ntlm_password:  Authentication for user [root] -> [root]
FAILED with error NT_STATUS_WRONG_PASSWORD
1964    Unlocking key 4EE62DC7
  1965  [2017/01/23 16:45:04.375450,  3, pid=16263, effective(0, 0),
real(0, 0)] ../source3/smbd/error.c:82(error_packet_set)
 1966    NT error packet at ../source3/smbd/sesssetup.c(277) cmd=115
(SMBsesssetupX) NT_STATUS_LOGON_FAILURE
2141  [2017/01/23 16:45:15.686951,  5, pid=16263, effective(0, 0), real(0,
0)] ../source3/smbd/process.c:554(receive_smb_talloc)
  2142    receive_smb_raw_talloc failed for client ipv4:15.213.157.231:2890
read error = NT_STATUS_END_OF_FILE.

Below is smb.conf file

 workgroup = cifsdom
   security = user
   realm =
   netbios name = cifs
    encrypt passwords = yes
   password server = *
   log file = /var/opt/samba/log.%m
   debug level = 10
   max log size = 1000
   syslog = 0
   panic action = /var/opt/samba/panic-action %d
   preserve case = yes
   short preserve case = yes
   dos filetime resolution = yes
   read only = no
    socket options = TCP_NODELAY
   domain master = yes
   local master = yes
   preferred master = yes
   domain logons = yes
   wins support = no
   wins server = machine ip
[homes]
   comment = Home Directories
   path = /home/%U
   browseable = no
   writable = no
   create mask = 0700
   directory mask = 0700
[tmp]
   comment = Temporary file space
   path = /tmp
   read only = no


Arjit Kumar


More information about the samba mailing list