Displaying 1 result from an estimated 1 matches for "jr23rjfd".
2006 Dec 18
1
Share-level security; how does it work?
...But how does it work? Documentation is lacking in my opinion; and google
did not provide much help too. So i need:
Security = share
in my smb.conf. But what next? Given the two shares:
[alpha]
path=/alpha
writable=yes
[beta]
path=/beta
writable=yes
I would expect i could put a "password = Jr23rJfd" in the share; since
it's share-level security we shouldnt need to work with users. Some
people on IRC said i should use smbpasswd -a, but that would just add
the "root" user to the password database. How does Samba know to which
share this password belongs? And one samba-user c...