Hi, Im install Samba 4.1.9 (compiled from sources) with bind_dlz on Centos 6.5. Everything works fine. The problem is when I try to manage samba shares from windows, I don't see the security tab. Samba is run as root. To share sysvol and netlogon can enter and manage the security tab. Everything is ok. I've added a test test2 test3 shares When I want to get to share test test1 test2 shows an error: \\domena.local\test is not available. You do not have permission to use this network resource ... Logs do not show anything. My config file smb.conf # Global parameters [global] workgroup = DOMENA realm = DOMENA.LOCAL netbios name = BOXER server role = active directory domain controller server services = rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbind, ntp_signd, kcc, dnsupdate, smb dcerpc endpoint servers = epmapper, wkssvc, rpcecho, samr, netlogon, lsarpc, spoolss, drsuapi, dssetup, unixinfo, browser,$ idmap_ldb:use rfc2307 = yes vfs objects = acl_xattr log level = 3 [netlogon] path = /usr/local/samba/var/locks/sysvol/domena.local/scripts read only = No [sysvol] path = /usr/local/samba/var/locks/sysvol read only = No [test] path = /home/test read only = No [test1] path = /home/test1 read only = No [test2] path = /home/test2 Already spent over half a day without any result. Did you have been such problems earlier ? Please help Regards Lukasz
Hello, Did you follow theses steps? https://wiki.samba.org/index.php/Setup_and_configure_file_shares_with_Windows_ACLs#Filesystem_support Regards, Fernando On 25/07/2014 18:00, ?ukasz Tomaszewski wrote:> Hi, > Im install Samba 4.1.9 (compiled from sources) with bind_dlz on Centos 6.5. > Everything works fine. > The problem is when I try to manage samba shares from windows, I don't > see the security tab. > > Samba is run as root. > > To share sysvol and netlogon can enter and manage the security tab. > Everything is ok. > > I've added a test test2 test3 shares > When I want to get to share test test1 test2 shows an error: > > \\domena.local\test is not available. You do not have permission to use > this network resource ... > > Logs do not show anything. > > My config file smb.conf > # Global parameters > [global] > workgroup = DOMENA > realm = DOMENA.LOCAL > netbios name = BOXER > server role = active directory domain controller > server services = rpc, nbt, wrepl, ldap, cldap, kdc, drepl, > winbind, ntp_signd, kcc, dnsupdate, smb > dcerpc endpoint servers = epmapper, wkssvc, rpcecho, samr, > netlogon, lsarpc, spoolss, drsuapi, dssetup, unixinfo, browser,$ > idmap_ldb:use rfc2307 = yes > vfs objects = acl_xattr > log level = 3 > > [netlogon] > path = /usr/local/samba/var/locks/sysvol/domena.local/scripts > read only = No > > [sysvol] > path = /usr/local/samba/var/locks/sysvol > read only = No > > [test] > path = /home/test > read only = No > > [test1] > path = /home/test1 > read only = No > > [test2] > path = /home/test2 > > Already spent over half a day without any result. > Did you have been such problems earlier ? > > Please help > > > Regards > Lukasz >
Hello, I made exactly the steps of the tutorial. I turned off selinux and iptables. I do not know what's going on. I did a test on a virtual machine. In one subnet ran Samba 4.1.9 and added to the Win7 Pro. It's exactly the same situation ... Do you have any ideas? Regards Lukasz> Hello, > Did you follow theses steps? > > https://wiki.samba.org/index.php/Setup_and_configure_file_shares_with_Windows_ACLs#Filesystem_support > > > Regards, > Fernando > > > On 25/07/2014 18:00, ?ukasz Tomaszewski wrote: >> Hi, >> Im install Samba 4.1.9 (compiled from sources) with bind_dlz on Centos >> 6.5. >> Everything works fine. >> The problem is when I try to manage samba shares from windows, I don't >> see the security tab. >> >> Samba is run as root. >> >> To share sysvol and netlogon can enter and manage the security tab. >> Everything is ok. >> >> I've added a test test2 test3 shares >> When I want to get to share test test1 test2 shows an error: >> >> \\domena.local\test is not available. You do not have permission to use >> this network resource ... >> >> Logs do not show anything. >> >> My config file smb.conf >> # Global parameters >> [global] >> workgroup = DOMENA >> realm = DOMENA.LOCAL >> netbios name = BOXER >> server role = active directory domain controller >> server services = rpc, nbt, wrepl, ldap, cldap, kdc, drepl, >> winbind, ntp_signd, kcc, dnsupdate, smb >> dcerpc endpoint servers = epmapper, wkssvc, rpcecho, samr, >> netlogon, lsarpc, spoolss, drsuapi, dssetup, unixinfo, browser,$ >> idmap_ldb:use rfc2307 = yes >> vfs objects = acl_xattr >> log level = 3 >> >> [netlogon] >> path = /usr/local/samba/var/locks/sysvol/domena.local/scripts >> read only = No >> >> [sysvol] >> path = /usr/local/samba/var/locks/sysvol >> read only = No >> >> [test] >> path = /home/test >> read only = No >> >> [test1] >> path = /home/test1 >> read only = No >> >> [test2] >> path = /home/test2 >> >> Already spent over half a day without any result. >> Did you have been such problems earlier ? >> >> Please help >> >> >> Regards >> Lukasz >> > > > --- > Este mensaje no contiene virus ni malware porque la protecci?n de avast! > Antivirus est? activa. > http://www.avast.com > >
Hello ?ukasz, Am 25.07.2014 18:00, schrieb ?ukasz Tomaszewski:> When I want to get to share test test1 test2 shows an error: > > \\domena.local\test is not available. You do not have permission to use > this network resource ...* Can you access the share via \\ip\test? * Anything in the logs if you increase the log level? Regards, Marc