This is hardly wide open.
Try adding security = share to global. Security is by default user.
You have no guest user allowed shares, either.
Joel



On Wed, Jun 18, 2003 at 10:46:16PM +0000, Jerry Moore wrote:
> 
> Here is the smb.conf.
> 
> # Samba config file created using SWAT
> # from mfg_jsuther_95.sat.faidor.com (172.16.15.242)
> # Date: 2003/06/18 14:45:09
> 
> # Global parameters
> [global]
>       workgroup = MYGROUP
>       server string = Samba Server
>       null passwords = Yes
>       unix password sync = Yes
>       log file = /usr/local/samba/var/log.%m
>       max log size = 50
>       dns proxy = No
> 
> [homes]
>       comment = Home Directories
>       valid users = %S
>       read only = No
>       browseable = No
> 
> [moorej]
>       comment = Home Directory
>       path = /home/moorej
>       valid users = moorej
>       read only = No
> 
> [tmp]
>       comment = Temporary file space
>       path = /tmp
>       user = moorej
> 
> 
> 
> --- Joel Hammer <[EMAIL PROTECTED]> wrote:
> 
> Why don't you post your smb.conf?
> I avoid all password hassles with the following global and share
> definitions:
> 
> [global]
>         encrypt passwords = yes 
>       security = SHARE
>       guest account = ftp
> 
> 
> [AllFiles]
>       comment = All Files
>       path = /
>       read only = no
>       guest ok =  yes
> 
> For a walk on the wild side, try making:
>    guest account = root 
> 
> Joel
> 
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba
> 
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to