[Samba] Hybrid Mode for Security

Jeremy Allison jra at samba.org
Wed Apr 11 23:20:22 GMT 2007


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


More information about the samba mailing list