networkimprov / arch-packages

1 stars 0 forks source link

configure samba #21

Open networkimprov opened 10 years ago

networkimprov commented 10 years ago

o.021 configure samba These are the changes I made to a v3 smb.conf:

security = share
guest account = liam # => self

[data]
path = /home/liam/work/anvl/data # => /home/self/share
guest ok = yes
read only = no
thomasdziedzic commented 9 years ago

should I use the following config in addition to your config?

guest account = guest
...
path = /home/self/samba
networkimprov commented 9 years ago

I rev'd the config above to note changes. I need to study whether this works in v4 however

networkimprov commented 9 years ago

We don't want to systemctl enable samba or nmbd.

Looks like we want to enable smbd@.service, but with what variable? How does smbd.socket come into play?

networkimprov commented 9 years ago

Did you test the new samba config from a windows box? The latest smb.conf is different than what I worked out previously (above). I'm assuming a secure subnet, but we should limit connections to 192.168.* IPs. I don't think we need nmbd or winbindd, which are started by smbd.service smdb@.service has the simpler config

networkimprov commented 9 years ago

I have a windows box, so I could take on this once we get an anvl back from Finland...