
48
|
Samba Pocket Reference
ssl client cert = filename
Allowable values: name of file
[global]
Default:
/usr/local/ssl/certs/smbclient.pem
Specifies a file containing the server’s SSL certificate, for use by
smbclient if certificates are required in this environment. Requires
--with-ssl configure option. Obsolete starting with Samba 3.0.
ssl client key = filename
Allowable values: name of file
[global]
Default:
/usr/local/ssl/private/smbclient.pem
Specifies a file containing the server’s private SSL key, for use by
smbclient. Requires
--with-ssl configure option. Obsolete starting
with Samba 3.0.
ssl compatibility = boolean
Allowable values:
YES
,
NO
[global]
Default:
NO
Determines whether SSLeay should be configured for bug compat-
ibility with other SSL implementations. Not recommended.
Requires
--with-ssl configure option. Obsolete starting with
Samba 3.0.
ssl hosts = host list
Allowable values: list of hosts or networks
[global]
Default: (null)
Requires that SSL be used with the hosts listed. By default, if the
ssl option is set, the server requires SSL with all hosts. Requires
--with-ssl configure option. Obsolete starting with Samba 3.0.
ssl hosts resign = host list
Allowable values: list of hosts or networks
[global]
Default: (null)
Suppresses the use of SSL with the hosts listed. By default, if the
ssl option is set, the server requires SSL with all hosts. Requires
--with-ssl configure option. Obsolete starting with ...