mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
12b623088c
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>
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>
|