]> git.pld-linux.org Git - packages/samba.git/blob - samba-heimdal.patch
- added one more dcerpc patch from 4.2.next (pending call support)
[packages/samba.git] / samba-heimdal.patch
1 --- samba-4.2.0/source4/kdc/kdc.c.org   2015-03-25 20:54:14.299705890 +0100
2 +++ samba-4.2.0/source4/kdc/kdc.c       2015-03-25 20:54:34.780191919 +0100
3 @@ -967,9 +967,9 @@
4          * The old behavior in the _kdc_get_preferred_key()
5          * function is use_strongest_server_key=TRUE.
6          */
7 -       kdc->config->as_use_strongest_session_key = false;
8 +       kdc->config->tgt_use_strongest_session_key = false;
9         kdc->config->preauth_use_strongest_session_key = false;
10 -       kdc->config->tgs_use_strongest_session_key = false;
11 +       kdc->config->svc_use_strongest_session_key = false;
12         kdc->config->use_strongest_server_key = true;
13  
14         /* Register hdb-samba4 hooks for use as a keytab */
This page took 0.026022 seconds and 3 git commands to generate.