Last change
on this file was 920, checked in by Silvan Scherrer, 9 years ago |
Samba Server: apply latest security patches to trunk
|
File size:
1.5 KB
|
Line | |
---|
1 | <samba:parameter name="client ldap sasl wrapping"
|
---|
2 | context="G"
|
---|
3 | type="string"
|
---|
4 | advanced="1"
|
---|
5 | xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
---|
6 | <description>
|
---|
7 | <para>
|
---|
8 | The <smbconfoption name="client ldap sasl wrapping"/> defines whether
|
---|
9 | ldap traffic will be signed or signed and encrypted (sealed).
|
---|
10 | Possible values are <emphasis>plain</emphasis>, <emphasis>sign</emphasis>
|
---|
11 | and <emphasis>seal</emphasis>.
|
---|
12 | </para>
|
---|
13 |
|
---|
14 | <para>
|
---|
15 | The values <emphasis>sign</emphasis> and <emphasis>seal</emphasis> are
|
---|
16 | only available if Samba has been compiled against a modern
|
---|
17 | OpenLDAP version (2.3.x or higher).
|
---|
18 | </para>
|
---|
19 |
|
---|
20 | <para>
|
---|
21 | This option is needed in the case of Domain Controllers enforcing
|
---|
22 | the usage of signed LDAP connections (e.g. Windows 2000 SP3 or higher).
|
---|
23 | LDAP sign and seal can be controlled with the registry key
|
---|
24 | "<literal>HKLM\System\CurrentControlSet\Services\</literal>
|
---|
25 | <literal>NTDS\Parameters\LDAPServerIntegrity</literal>"
|
---|
26 | on the Windows server side.
|
---|
27 | </para>
|
---|
28 |
|
---|
29 | <para>
|
---|
30 | Depending on the used KRB5 library (MIT and older Heimdal versions)
|
---|
31 | it is possible that the message "integrity only" is not supported.
|
---|
32 | In this case, <emphasis>sign</emphasis> is just an alias for
|
---|
33 | <emphasis>seal</emphasis>.
|
---|
34 | </para>
|
---|
35 |
|
---|
36 | <para>
|
---|
37 | The default value is <emphasis>sign</emphasis>. That implies synchronizing the time
|
---|
38 | with the KDC in the case of using <emphasis>Kerberos</emphasis>.
|
---|
39 | </para>
|
---|
40 | </description>
|
---|
41 | <value type="default">sign</value>
|
---|
42 | </samba:parameter>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.