samba

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: Craig White
Dato:  
Emne: samba
On Mon, 2003-09-15 at 10:02, wrote:
> [ezpages]
>        comment = Shared Data
>        path = /EZpages
>        security = share
> #      guest account = ezpages
> #      guest = ok
>        null passwords = yes
>        browseable = yes
>        writeable = no

>

----
guest accounts should be mapped to a local unix account - the # sign in
from of guest account comments it out - there may be a default guest
account by whomever created the .deb package but you of course can (and
I would suggest should) override.

guest = ok should be
guest ok = yes
and not commented out

Craig