diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-10-23 10:04:57 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-10-23 10:04:57 +0000 |
commit | d381270aa94a7ed230dfaee421d1f0e3bad42d5f (patch) | |
tree | 8d8cdefae6a5a98d861378f6bf5f35e485210746 /samba_wizard/scripts/smb.conf.default | |
parent | 742f6a645859e78af7fde1376809988d3752702e (diff) | |
download | drakwizard-d381270aa94a7ed230dfaee421d1f0e3bad42d5f.tar drakwizard-d381270aa94a7ed230dfaee421d1f0e3bad42d5f.tar.gz drakwizard-d381270aa94a7ed230dfaee421d1f0e3bad42d5f.tar.bz2 drakwizard-d381270aa94a7ed230dfaee421d1f0e3bad42d5f.tar.xz drakwizard-d381270aa94a7ed230dfaee421d1f0e3bad42d5f.zip |
acces restriction
Diffstat (limited to 'samba_wizard/scripts/smb.conf.default')
-rw-r--r-- | samba_wizard/scripts/smb.conf.default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samba_wizard/scripts/smb.conf.default b/samba_wizard/scripts/smb.conf.default index a6012972..1e714025 100644 --- a/samba_wizard/scripts/smb.conf.default +++ b/samba_wizard/scripts/smb.conf.default @@ -67,6 +67,7 @@ # the smb.conf man page. Do not enable this if (tcp/ip) name resolution does # not work for all the hosts in your network. ; hosts allow = 192.168.1. 192.168.2. 127. +; hosts deny = all # Uncomment this if you want a guest account, you must add this to /etc/passwd # otherwise the user "nobody" is used |