search for: preauth_use_strongest_session_key

Displaying 3 results from an estimated 3 matches for "preauth_use_strongest_session_key".

2016 Aug 13
0
Samba 4.2.14 Group Policy (GPO) sync error
...9 +967,9 @@ * The old behavior in the _kdc_get_preferred_key() * function is use_strongest_server_key=TRUE. */ - kdc->config->as_use_strongest_session_key = false; + kdc->config->tgt_use_strongest_session_key = false; kdc->config->preauth_use_strongest_session_key = false; - kdc->config->tgs_use_strongest_session_key = false; + kdc->config->svc_use_strongest_session_key = false; kdc->config->use_strongest_server_key = true; As I am using bundled/built-in Heimdal now I simply also removed this patch. Now Samba compiled...
2016 Aug 08
5
Samba 4.2.14 Group Policy (GPO) sync error
Hi Louis, > Ive tested the following, i use static and dhcp ip here. I am using DHCP only. > Everything on static ip works perfect on win7 and win10. > And at the domain join the a and ptr is created automaticly. > GPO works fine for both. Can't tell about static setup as it's impractical in my networks. > Dhcp ip. > Win 7 works fine, AD join A and PTR is created
2016 Aug 14
2
Samba 4.2.14 Group Policy (GPO) sync error
...* The old behavior in the _kdc_get_preferred_key() > * function is use_strongest_server_key=TRUE. > */ > - kdc->config->as_use_strongest_session_key = false; > + kdc->config->tgt_use_strongest_session_key = false; > kdc->config->preauth_use_strongest_session_key = false; > - kdc->config->tgs_use_strongest_session_key = false; > + kdc->config->svc_use_strongest_session_key = false; > kdc->config->use_strongest_server_key = true; > > As I am using bundled/built-in Heimdal now I simply also removed this &g...