1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00
samba-mirror/docs-xml/smbdotconf/security/kdcenablefast.xml
Stefan Metzmacher 12b623088c docs-xml: add 'kdc enable fast' option
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>
2022-03-11 17:10:29 +00:00

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>