Displaying 1 result from an estimated 1 matches for "etype_aes256_cts_hmac_md5".
2015 Feb 27
1
AES256 encryption in Samba 4
...1.13 on my Linux machine and I am connecting
it to a windows domain on the domain controller with Windows server 2008 R2
Standard as the OS.
My Samba setup is able to successfully join the windows domain. The
Kerberos encryption type used during Session setup (from the wireshark
traces) is AES256 (eTYPE_AES256_CTS_HMAC_MD5).
However, when I map a share to the Samba server from a windows 7 client, I
see that the ticket obtained from the Kerberos on the domain controller is
encrypted in an older encryption type - eTYPE_ARCFOUR_HMAC_MD5. This ticket
is later used by the windows client to communicate with the Samba serv...