docs:smbdotconf: make formatting of headers uniform.
[Samba.git] / docs-xml / smbdotconf / ldap / clientldapsaslwrapping.xml
blob5ada783eede6cd67c2221f2296a06daeeb75e390
1 <samba:parameter name="client ldap sasl wrapping"
2                  context="G"
3                  type="enum"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>
7         The <smbconfoption name="client ldap sasl wrapping"/> defines whether
8         ldap traffic will be signed or signed and encrypted (sealed). 
9         Possible values are <emphasis>plain</emphasis>, <emphasis>sign</emphasis> 
10         and <emphasis>seal</emphasis>.  
11         </para>
13         <para>
14         The values <emphasis>sign</emphasis> and <emphasis>seal</emphasis> are 
15         only available if Samba has been compiled against a modern 
16         OpenLDAP version (2.3.x or higher).
17         </para>
18         
19         <para>
20         This option is needed in the case of Domain Controllers enforcing 
21         the usage of signed LDAP connections (e.g. Windows 2000 SP3 or higher).
22         LDAP sign and seal can be controlled with the registry key
23         "<literal>HKLM\System\CurrentControlSet\Services\</literal>
24         <literal>NTDS\Parameters\LDAPServerIntegrity</literal>"
25         on the Windows server side.  
26         </para>
28         <para>
29         Depending on the used KRB5 library (MIT and older Heimdal versions)
30         it is possible that the message "integrity only" is not supported. 
31         In this case, <emphasis>sign</emphasis> is just an alias for 
32         <emphasis>seal</emphasis>.
33         </para>
35         <para>
36         The default value is <emphasis>sign</emphasis>. That implies synchronizing the time
37         with the KDC in the case of using <emphasis>Kerberos</emphasis>.
38         </para>
39 </description>
40 <value type="default">sign</value>
41 </samba:parameter>