On Tue, Apr 10, 2007 at 02:52:21PM -0400, Bob Mauti wrote:
> 
> Our smb.conf file reads as of below:
> 
> # Samba config file created using SWAT
> # from 192.168.145.40 (192.168.145.40)
> # Date: 2007/04/10 13:32:58
> 
> # Global parameters
> [global]
>         workgroup = FACS
>         ldap ssl = no
>         hosts allow = 192.168.145.
> 
> [homes]
> 
> [public]
>         path = /public
>         username = smbuser
>         force user = smbuser
>         read only = No
>         guest ok = Yes
> 
> Any suggestion or additional reading will be helpful.

Use the following instead,

Jeremy.

----------------------------------------
# Samba config file created using SWAT
# from 192.168.145.40 (192.168.145.40)
# Date: 2007/04/10 13:32:58

# Global parameters
[global]
        workgroup = FACS
        ldap ssl = no
        hosts allow = 192.168.145.
        map to guest = Bad Password

[homes]
        guest ok = no

[public]
        path = /public
        force user = smbuser
        read only = No
        guest ok = Yes
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to