Sharing A Local Samba Share With Windows Client

Latest response

I have a Linux Server running RHEL7. I am trying to share /data with a Windows Client.

Requirements:

1) Share is browsable and both ro_group and rw_group can map the share on their Windows client without being prompted for a password
2) Members of ro_group can only read the share
3) Members of rw_group can read and write to the share

Presently the Windows client can browse and see the share, but can't connect.

Here's how I have smb.conf configured:

[global]
realm = domain.LOCAL
workgroup = domain
kerberos method = system keytab
security = ADS
idmap config * : backend = tdb

[data]
path = /data
read list = +ro_group
read only = No
valid users = @domain
write list = +rw_group

Log from the client trying to connect:

tail /var/log/samba.10.51.2.76
[2017/01/23 20:25:55.560670, 0] ../lib/param/loadparm.c:1768(lpcfg_do_service_parameter)
Global parameter password server found in service section!
[2017/01/23 20:26:03.270735, 0] ../lib/param/loadparm.c:1768(lpcfg_do_service_parameter)
Global parameter guest account found in service section!
[2017/01/23 20:26:03.270934, 0] ../lib/param/loadparm.c:1768(lpcfg_do_service_parameter)
Global parameter password server found in service section!
[2017/01/23 20:26:05.291048, 0] ../lib/param/loadparm.c:1768(lpcfg_do_service_parameter)
Global parameter guest account found in service section!
[2017/01/23 20:26:05.291252, 0] ../lib/param/loadparm.c:1768(lpcfg_do_service_parameter)
Global parameter password server found in service section!

Responses

i am getting this error can you please help me on this

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.