This will do something later when MIT Kerberos supports this option. For Heimdal
it shouldn’t make a difference.
Signed-off-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Autobuild-User(master): Douglas Bagnall <dbagnall@samba.org>
Autobuild-Date(master): Wed Jan 21 04:46:43 UTC 2026 on atb-devel-224
clockskew = 5
# To allow the FL 2000 DC to still work for now
allow_rc4 = yes
+
+ # Report the canonical client name by default
+ report_canonical_client_name = yes
";
}
krb5 acceptor report canonical client name = no
";
my $extra_provision_options = ["--base-schema=2008_R2"];
+ my $extra_krb5_conf_options = "
+ report_canonical_client_name = no
+";
my $ret = $self->provision($prefix,
"domain controller",
"dc7",
undef,
$extra_conf_options,
"",
- $extra_provision_options);
+ $extra_provision_options,
+ $extra_krb5_conf_options);
unless (defined $ret) {
return undef;
}