View previous topic :: View next topic |
Author |
Message |
dE_logics Advocate
Joined: 02 Jan 2009 Posts: 2290 Location: $TERM
|
Posted: Fri Aug 26, 2011 2:16 pm Post subject: [samba]write list doesn't work. |
|
|
Code: | [global]
workgroup = TEST
netbios name = MSERROR
server string = testing
allocation roundup size = 4194304
aio read size = 16384
aio write size = 16384
[test]
path = /home/ftp
valid users = ftp, de
write list = de
force user = ftp
force group = ftp |
In both Windows and using smbclient, I cant get write access using user 'de'. _________________ My blog |
|
Back to top |
|
|
gerdesj l33t
Joined: 29 Sep 2005 Posts: 622 Location: Yeovil, Somerset, UK
|
Posted: Thu Sep 01, 2011 11:49 pm Post subject: Re: [samba]write list doesn't work. |
|
|
Does Samba have a password for de?
Code: |
$su -
#smbpasswd -a de
|
Cheers
Jon |
|
Back to top |
|
|
dE_logics Advocate
Joined: 02 Jan 2009 Posts: 2290 Location: $TERM
|
Posted: Fri Sep 02, 2011 1:33 pm Post subject: Re: [samba]write list doesn't work. |
|
|
gerdesj wrote: | Does Samba have a password for de?
Code: |
$su -
#smbpasswd -a de
|
Cheers
Jon |
Yes. _________________ My blog |
|
Back to top |
|
|
gerdesj l33t
Joined: 29 Sep 2005 Posts: 622 Location: Yeovil, Somerset, UK
|
Posted: Sat Sep 10, 2011 10:42 pm Post subject: Re: [samba]write list doesn't work. |
|
|
(Sorry about the delay in response)
In which case is de a member of ftp and does the shared directory have the ftp goup as writable either as a direct (Unix) ---|-rwx|--- or an extra ACL?
Cheers
Jon |
|
Back to top |
|
|
dE_logics Advocate
Joined: 02 Jan 2009 Posts: 2290 Location: $TERM
|
Posted: Sun Sep 11, 2011 4:36 am Post subject: |
|
|
Not group, but I've forced user, group as ftp, and user ftp has rwx permission everywhere. Also everything is world readable, so 'de' doesn't have any problems when logged in with readonly = no. _________________ My blog |
|
Back to top |
|
|
dE_logics Advocate
Joined: 02 Jan 2009 Posts: 2290 Location: $TERM
|
Posted: Sun Sep 11, 2011 9:34 am Post subject: |
|
|
It started to work all of a sudden. Thanks!! _________________ My blog |
|
Back to top |
|
|
|