Displaying 1 result from an estimated 1 matches for "hosts_allow119".
2003 Sep 10
2
string to long for hosts allow in smb.conf
...files
when something changing in this database (MySql), we tried to block the
unregistered IP number by expanding the hosts allow option in the
smb.conf with all the IP number in the database.
Original Entry:
hosts allow = 195.193.119. localhost
changed to
include = /usr/local/samba/lib/include/hosts_allow119.smb
(all parts of the smb.conf file created by an update in the database
have an include line in the smb.conf file, therefor not the smb.conf is
updated but the include files are updated)
the include file for the hosts allow looks like:
hosts allow = 195.193.119.1 \
195.193.119.10 \
195.193.119....