This option over-rides the PA-PAC-REQUEST received from the client. When
enabled (the default) a PAC will always be included in the response.
Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
--- /dev/null
+<samba:parameter name="kdc always include pac"
+ type="boolean"
+ context="G"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+ <para>
+ This option over-rides the PA-PAC-REQUEST received from the client.
+ When enabled (the default) a PAC will always be included in the
+ kerberos responses.
+ </para>
+
+ <para>
+ This option currently only applies if the embedded Heimdal
+ KDC is used.
+ </para>
+
+</description>
+
+<value type="default">yes</value>
+</samba:parameter>
lpcfg_do_global_parameter(lp_ctx, "kdc enable fast", "True");
lpcfg_do_global_parameter(lp_ctx, "strong certificate binding enforcement", "full");
lpcfg_do_global_parameter(lp_ctx, "certificate backdating compensation", "0");
+ lpcfg_do_global_parameter(lp_ctx, "kdc always include pac", "True");
lpcfg_do_global_parameter(lp_ctx, "nt status support", "True");
Globals.strong_certificate_binding_enforcement
= KDC_CERT_BINDING_FULL;
Globals.certificate_backdating_compensation = 0;
+ Globals.kdc_always_include_pac = true;
Globals.winbind_debug_traceid = true;