mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
9aa78f15fd
This will be useful to test against a KDC without FAST support
and find/prevent regressions.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15002
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15005
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
(cherry picked from commit 12b623088c
)
16 lines
513 B
XML
16 lines
513 B
XML
<samba:parameter name="kdc enable fast"
|
|
type="boolean"
|
|
context="G"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>With the Samba 4.16 the embedded Heimdal KDC brings
|
|
support for RFC6113 FAST, which wasn't available in
|
|
older Samba versions.</para>
|
|
|
|
<para>This option is mostly for testing and currently only applies
|
|
if the embedded Heimdal KDC is used.</para>
|
|
</description>
|
|
|
|
<value type="default">yes</value>
|
|
</samba:parameter>
|