samba

Kezdőlap
Csatolmányok:
Üzenet email-ben
+ (text/plain)
Üzenet törlése
Válasz az üzenetre
Szerző: Craig White
Dátum:  
Tárgy: 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