Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<description>
The supported list of session key encryption types that should be returned by the KDC.
</description>
<value>aes des3-cbc-sha1 rc4 des-cbc-md5</value>
<value>aes256-cts-hmac-sha1-96 aes128-cts-hmac-sha1-96</value>
<value-attributes>
<type>multiLine</type>
<overridable>false</overridable>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
dns_lookup_realm = false
dns_lookup_kdc = false
default_ccache_name = /tmp/krb5cc_%{uid}
#default_tgs_enctypes = {{encryption_types}}
#default_tkt_enctypes = {{encryption_types}}
default_tgs_enctypes = {{encryption_types}}
default_tkt_enctypes = {{encryption_types}}
{%- if force_tcp %}
udp_preference_limit = 1
{%- endif -%}
Expand Down