source: vendor/current/docs-xml/smbdotconf/ldap/ldapserverrequirestrongauth.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 1.1 KB
Line 
1<samba:parameter name="ldap server require strong auth"
2 context="G"
3 type="enum"
4 enumlist="enum_ldap_server_require_strong_auth_vals"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7 <para>
8 The <smbconfoption name="ldap server require strong auth"/> defines whether
9 the ldap server requires ldap traffic to be signed or signed and encrypted (sealed).
10 Possible values are <emphasis>no</emphasis>, <emphasis>allow_sasl_over_tls</emphasis>
11 and <emphasis>yes</emphasis>.
12 </para>
13
14 <para>A value of <emphasis>no</emphasis> allows simple and sasl binds over
15 all transports.</para>
16
17 <para>A value of <emphasis>allow_sasl_over_tls</emphasis> allows simple and sasl binds
18 (without sign or seal) over TLS encrypted connections. Unencrypted connections only
19 allow sasl binds with sign or seal.</para>
20
21 <para>A value of <emphasis>yes</emphasis> allows only simple binds
22 over TLS encrypted connections. Unencrypted connections only
23 allow sasl binds with sign or seal.</para>
24</description>
25<value type="default">yes</value>
26</samba:parameter>
Note: See TracBrowser for help on using the repository browser.