cannot access netlogon folder

Red Squirrel

No Lifer
May 24, 2003
70,166
13,573
126
www.anyf.ca
When I try to accesss the netlogon folder I get the error "no network provider accepted given path"

The share is as follows:


[netlogon]
path = /data/misc/netlogon/
browseable = no
public = yes
guest ok = yes
writable = no
write list = ryan, administrator
force group = smbusers


All domain users are added in smbusers group and the directory is chmodded 775 and owned by root:smbusers (as well as all the scripts)

All other shares are working as they should. SElinux is also disabled, I double checked as it would normally cause that to happen.


And if this helps:



[root@borg misc]# tail /var/log/samba/ravager.log
[2008/02/12 23:32:38, 0] smbd/service.c:make_connection_snum(663)
'/data/misc/netlogon/' does not exist or permission denied when connecting to [netlogon] Error was Permission denied
[2008/02/12 23:32:39, 0] smbd/service.c:make_connection_snum(663)
'/data/misc/netlogon/' does not exist or permission denied when connecting to [netlogon] Error was Permission denied
[2008/02/12 23:32:51, 0] smbd/service.c:make_connection_snum(663)
'/data/misc/netlogon/' does not exist or permission denied when connecting to [netlogon] Error was Permission denied
[2008/02/12 23:32:51, 0] smbd/service.c:make_connection_snum(663)
'/data/misc/netlogon/' does not exist or permission denied when connecting to [netlogon] Error was Permission denied
[2008/02/12 23:32:51, 0] smbd/service.c:make_connection_snum(663)
'/data/misc/netlogon/' does not exist or permission denied when connecting to [netlogon] Error was Permission denied
[root@borg misc]#
 

Red Squirrel

No Lifer
May 24, 2003
70,166
13,573
126
www.anyf.ca
lol fixed it. Moved the netlogon folder to the /data/samba folder instead of /data/misc and it works. Kinda odd it did not like the other folder.
 

Red Squirrel

No Lifer
May 24, 2003
70,166
13,573
126
www.anyf.ca
Nope folder has same permissions and everything, just did a straight move and permissions stayed the same. (root:smbusers, chmodded 775)
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Then it was the permissions on one of the parent directories. Those count too.