[Bug 206439] Re: smb password protected share cannot be accessed

2008-05-21 Thread Rafal Zieba
 could you run those commands and attach the logs to the bug?
~$ ls -ld /home
drwxrwx--x 9 root users 4096 2006-04-01 18:34 /home
~$ ls -ld /home/samba
drwxrwx--- 5 root users 4096 2006-07-25 18:56 /home/samba
~$ ls -ld /home/samba/pub
drwxrwxr-x 7 root users 4096 2008-03-04 18:28 /home/samba/pub

-- 
smb password protected share cannot be accessed
https://bugs.launchpad.net/bugs/206439
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 206439] Re: smb password protected share cannot be accessed

2008-05-20 Thread Rafal Zieba
I don't know if it helps, but for me it hapens only for one of my shares 
(except home which is invisible). I have security=user and few shares. All are 
accesible except one which is set to read/write (as the only of them).
There are parts of my smb.conf (I think the most important):
[global]
security = user
encrypt passwords = true
update encrypted = no
unix password sync = no
nt acl support = no
domain logons = yes
domain master = yes
local master = yes
preferred master = yes
wins support = no
announce as = NT server
[pub]
writable = yes
locking = no
path = /home/samba/pub
public = yes
[mmedia]
writable = no
locking = no
path = /home/samba/mmedia
public = no
writelist = @domadmin

There's no problem to access mmedia share, but Hardy couldn't mount pub
share in any way.

-- 
smb password protected share cannot be accessed
https://bugs.launchpad.net/bugs/206439
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 206439] Re: smb password protected share cannot be accessed

2008-05-20 Thread Rafal Zieba
I just realized that the problem is with

[share]
public = yes

I turned it to 
public = no

and it works...
I don't know if it helps anyone but it works for me in the meaning I demand. :-)

-- 
smb password protected share cannot be accessed
https://bugs.launchpad.net/bugs/206439
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs