Displaying 1 result from an estimated 1 matches for "_keep_using_".
2009 Dec 14
0
samba caching a broken krb5.conf.NETBIOSDOMAINNAME
...using ADS credentials to logon to
a Linux workstation worked once, it would stop working for no apparent
reason very quickly. The problem seems to be that samba kerberos
wants to revert to using very old encryption technology that is
probably on par with plain LM.
How can i force samba to use and _KEEP_USING_ the better security
enctypes? i am no expert, but you don't have to be an expert to know
that aes is better than des-cbc-crc . des was broken in 1998, why is
samba kerberos trying to use it? Win 95 LM uses DES -- look at
lmHash() documented at http://davenport.sourceforge.net/ntlm.html.
We...