samba

Página superior
Adjuntos:
Obtener este mensaje como un correo
+ (text/plain)
Eliminar este mensaje
Responder a este mensaje
Autor: Craig White
Fecha:  
Asunto: 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