2007-10-30 10:42:25 +03:00
<samba:parameter name= "client ldap sasl wrapping"
context="G"
2015-05-01 00:32:45 +03:00
type="enum"
2015-04-28 12:46:21 +03:00
enumlist="enum_ldap_sasl_wrapping"
2007-10-30 10:42:25 +03:00
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description >
<para >
The <smbconfoption name= "client ldap sasl wrapping" /> defines whether
ldap traffic will be signed or signed and encrypted (sealed).
Possible values are <emphasis > plain</emphasis> , <emphasis > sign</emphasis>
and <emphasis > seal</emphasis> .
</para>
<para >
2007-10-30 16:42:09 +03:00
The values <emphasis > sign</emphasis> and <emphasis > seal</emphasis> are
only available if Samba has been compiled against a modern
2007-10-30 10:42:25 +03:00
OpenLDAP version (2.3.x or higher).
</para>
<para >
This option is needed in the case of Domain Controllers enforcing
the usage of signed LDAP connections (e.g. Windows 2000 SP3 or higher).
LDAP sign and seal can be controlled with the registry key
2008-04-07 09:43:55 +04:00
"<literal > HKLM\System\CurrentControlSet\Services\</literal>
<literal > NTDS\Parameters\LDAPServerIntegrity</literal> "
2007-10-30 10:42:25 +03:00
on the Windows server side.
</para>
<para >
Depending on the used KRB5 library (MIT and older Heimdal versions)
it is possible that the message "integrity only" is not supported.
2007-10-30 15:03:16 +03:00
In this case, <emphasis > sign</emphasis> is just an alias for
2007-10-30 10:42:25 +03:00
<emphasis > seal</emphasis> .
</para>
<para >
2014-09-05 09:38:38 +04:00
The default value is <emphasis > sign</emphasis> . That implies synchronizing the time
with the KDC in the case of using <emphasis > Kerberos</emphasis> .
2007-10-30 10:42:25 +03:00
</para>
</description>
2014-09-05 09:38:38 +04:00
<value type= "default" > sign</value>
2007-10-30 10:42:25 +03:00
</samba:parameter>