Page 1 of 1

SAMBA not excepting credentials (yes, the proper credentials)

Posted: 2020/04/28 20:00:52
by The.Ex-pat
Today, I setup a new local secure SMB share and my credentials are being rejected.
log file is giving me -

Code: Select all

[2020/04/28 14:59:11.104817,  0] ../../libcli/smb/smb2_signing.c:169(smb2_signing_check_pdu)
  Bad SMB2 signature for message
I've tried adjusting the privileges, ownership and I've added 2 separate user accounts to the user group. I've made smb passwords for both.
Nothing is working for me.

Thank you for any suggestions. below is my SMB.CONF

Thank you for any suggestions.

Code: Select all

[global]
workgroup = WORKGROUP
server string = Samba Server %v
netbios name = MEX01
security = user
map to guest = bad user
dns proxy = no
server signing = auto
log file = /var/log/samba/log.%m
#============================ Share Definitions ==============================
[MEX-Local]
path = /mnt/MEX-Local
browsable =yes
writable = yes
guest ok = yes
read only = no

[MEX-Local-Secure]
path = /mnt/MEX-Local-Secure
valid users = @smbgrp
guest ok = no
writable = yes
browsable = yes

Re: SAMBA not excepting credentials (yes, the proper credentials)

Posted: 2020/04/29 16:54:00
by The.Ex-pat
Some follow up, more info from the terminal.

permissions

Code: Select all

drwxr-xr-x. 10 nobody   nobody 4096 Dec  6 15:10 local
drwxrwx---.  3 ginRummy smbgrp   18 Apr 29 12:19 secure
Things have changed. a little, samba is now accepting the credentials however not allowing me to modify the contents of the share in any way from the windows machine. The anon share is functioning flawless.

Re: SAMBA not excepting credentials (yes, the proper credentials)

Posted: 2020/04/29 17:40:55
by TrevorH
Read /etc/samba/smb.conf.example for instructions on making it work with selinux

Re: SAMBA not excepting credentials (yes, the proper credentials)

Posted: 2020/04/29 18:49:03
by The.Ex-pat
I disabled it and I'm still having SMB2 problems.

Re: SAMBA not excepting credentials (yes, the proper credentials)

Posted: 2020/04/30 13:30:48
by The.Ex-pat
I solved it. The problem was with the windows client, not the samba server.

Thank yoiu.