[Samba] Samba 4.0.9 running on centos 6.5 (64bit) share access issues

Les Krawczyk L.Krawczyk at uws.edu.au
Tue Jan 14 21:23:13 MST 2014


Hi, 

We are running Samba 4.0.9 running on centos 6.5 (64bit) with SecureLinux disabled.
Having some share access issues, what are we missing to solve this puzzle?
We are attempting to get the MSDFS share working. Until we can fix this we cannot continue.

This is the Domain provision and dns, and reverse zone setup.
Dhcp server set point all clients at samba as primary dns server.

Nslookup 

nlsookup 192.168.100.10
Server:         192.168.100.10
Address:        192.168.100.10#53
10.100.168.192.in-addr.arpa     name = roger.test_ad.testdom.org.

nslookup test_ad.testdom.org
Server:         192.168.100.10
Address:        192.168.100.10#53
Name:   test_ad.testdom.org
Address: 192.168.100.10

nslookup roger
Server:         192.168.100.10
Address:        192.168.100.10#53
Name:   roger.test_ad.testdom.org
Address: 192.168.100.10


Normal share
mkdir -p /usr/local/samba/var/<share>
chown root:root /usr/local/samba/var/<share>
chmod 755 /usr/local/samba/var/<share>

Using \\roger\<share> all sysvol, netlogon, profiles, udata, dfs are accessible
Using \\roger.test_ad.testdom.org\<share> all sysvol, netlogon, profiles, udata, dfs are accessible
Using \\192.168.100.10\<share> all sysvol, netlogon, profiles, udata, dfs are accessible

Using \\test_ad.testdom.org\<share> sysvol, netlogon are accessible but folders profiles, udata, dfs aren't  with error (Element not found.)

Smb.conf
[global]
        workgroup = test_ad
        realm = test_ad.testdom.org
        netbios name = roger
        server role = active directory domain controller
        idmap_ldb:use rfc2307 = yes

[netlogon]
        path = /usr/local/samba/var/locks/sysvol/test_ad.testdom.org/scripts
        read only = No

[sysvol]
        path = /usr/local/samba/var/locks/sysvol
        read only = No

[profiles]
        comment = Network Profiles Share
        path = /usr/local/samba/var/profiles
        read only = No

[udata]
        comment = User Data Share
        path = /usr/local/samba/var/udata
        read only = No

[dfs]
        comment = test dfs Share
        path = /usr/local/samba/var/dfs
        read only = No


Cheers
Les



More information about the samba mailing list