A progress report.

I have samba working pretty well on Bering uClibc. I created users via smbpasswd -a <user>.
I opened ports udp 137,138 tcp 139
My smb.conf looks like :
# Global parameters
[global]
encrypt passwords = Yes
security = user
domain logons = Yes
; an OS level of 33 or more is recommended
os level = 33
workgroup = kroffts
read only = no
;hosts allow = 192.168.1


[filestore]
comment = File Storage
guest ok = yes
read only = no
path = /usr/filestore
writeable = yes
I discovered that file permissions must be rwxrwxrwx for shared resources.
Ie... (chmod 777 /usr/filestore) or (chmod 777 -R /usr/filestore) for inclusion of sub directories.


My Bering 1.2 setup used a directory .../samba/private which is not present. Is it needed?

Kory



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to