mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
982aa328f6
Per RFC-6649 single DES enctypes should not be used. MIT has retired single DES encryption types, see: https://web.mit.edu/kerberos/krb5-1.12/doc/admin/advanced/retiring-des.html As a workaround, store random keys instead, making the usage of signle DES encryption types virtually impossible. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14202 Signed-off-by: Isaac Boukris <iboukris@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>