mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add Camellia ciphers to allowed list.
https://fedorahosted.org/freeipa/ticket/3749
This commit is contained in:
parent
1dcbb3adfa
commit
198d82d4ce
@ -22,6 +22,10 @@ krbSupportedEncSaltTypes: des3-hmac-sha1:normal
|
||||
krbSupportedEncSaltTypes: des3-hmac-sha1:special
|
||||
krbSupportedEncSaltTypes: arcfour-hmac:normal
|
||||
krbSupportedEncSaltTypes: arcfour-hmac:special
|
||||
krbSupportedEncSaltTypes: camellia128-cts-cmac:normal
|
||||
krbSupportedEncSaltTypes: camellia128-cts-cmac:special
|
||||
krbSupportedEncSaltTypes: camellia256-cts-cmac:normal
|
||||
krbSupportedEncSaltTypes: camellia256-cts-cmac:special
|
||||
krbMaxTicketLife: 86400
|
||||
krbMaxRenewableAge: 604800
|
||||
krbDefaultEncSaltTypes: aes256-cts:special
|
||||
|
5
install/updates/50-krbenctypes.update
Normal file
5
install/updates/50-krbenctypes.update
Normal file
@ -0,0 +1,5 @@
|
||||
dn: cn=$REALM,cn=kerberos,$SUFFIX
|
||||
add: krbSupportedEncSaltTypes: camellia128-cts-cmac:normal
|
||||
add: krbSupportedEncSaltTypes: camellia128-cts-cmac:special
|
||||
add: krbSupportedEncSaltTypes: camellia256-cts-cmac:normal
|
||||
add: krbSupportedEncSaltTypes: camellia256-cts-cmac:special
|
@ -39,6 +39,7 @@ app_DATA = \
|
||||
50-lockout-policy.update \
|
||||
50-groupuuid.update \
|
||||
50-hbacservice.update \
|
||||
50-krbenctypes.update \
|
||||
50-nis.update \
|
||||
50-ipaconfig.update \
|
||||
55-pbacmemberof.update \
|
||||
|
Loading…
Reference in New Issue
Block a user