This option specifies the hosts that will
not be forced into SSL mode. The syntax for specifying hosts and addresses is the same as the
hosts
allow
and the
hosts
deny
configuration options. For example:
[global]
ssl = yes
ssl hosts resign = 160.2.310. 160.2.320.
This example specifies that all hosts that fall into the 160.2.310 or 160.2.320 subnets will not use SSL connections with the client. If neither this option nor the
ssl
hosts
option has been specified, and
ssl
is set to
yes
, Samba will allow only SSL connections from all clients.