mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
Revert "selftest: system-heimdal: workaround upstream "host" canon bug"
This reverts commit 15ddd95d94688ed742a2965c4b269d7c84e2d858. Signed-off-by: Isaac Boukris <iboukris@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
ef1c852f97
commit
609a1d1d6b
@ -252,7 +252,6 @@ sub mk_krb5_conf($$)
|
||||
$ctx->{dnsname},
|
||||
$ctx->{domain},
|
||||
$ctx->{kdc_ipv4});
|
||||
my $lc_domain = lc($ctx->{domain});
|
||||
print KRB5CONF "
|
||||
#Generated krb5.conf for $ctx->{realm}
|
||||
|
||||
@ -263,11 +262,6 @@ sub mk_krb5_conf($$)
|
||||
ticket_lifetime = 24h
|
||||
forwardable = yes
|
||||
|
||||
name_canon_rules=as-is:realm=$ctx->{realm}
|
||||
name_canon_rules=as-is:realm=$ctx->{dnsname}
|
||||
name_canon_rules=as-is:realm=$ctx->{domain}
|
||||
name_canon_rules=as-is:realm=$lc_domain
|
||||
|
||||
# We are running on the same machine, do not correct
|
||||
# system clock differences
|
||||
kdc_timesync = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user