Displaying 3 results from an estimated 3 matches for "tgt_use_strongest_session_key".
Did you mean:
tgs_use_strongest_session_key
2016 Aug 13
0
Samba 4.2.14 Group Policy (GPO) sync error
...left this unchanged then.
So I went deeper and found the Samba ebuild to explicitly disable
bundled packages (configure options):
--bundled-libraries=NONE
--builtin-libraries=NONE
I quickly removed both lines. The effect was that Samba now fails to
compile complaining about tgt_use_strongest_session_key. I found this to
be an issue of a patch applied by the Gentoo team:
--- samba-4.2.3/source4/kdc/kdc.c
+++ samba-4.2.3/source4/kdc/kdc.c
@@ -967,9 +967,9 @@
* The old behavior in the _kdc_get_preferred_key()
* function is use_strongest_server_key=TRUE.
*/
- kdc-...
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
...nt deeper and found the Samba ebuild to explicitly disable
> bundled packages (configure options):
>
> --bundled-libraries=NONE
> --builtin-libraries=NONE
>
>
> I quickly removed both lines. The effect was that Samba now fails to
> compile complaining about tgt_use_strongest_session_key. I found this
> to be an issue of a patch applied by the Gentoo team:
>
> --- samba-4.2.3/source4/kdc/kdc.c
> +++ samba-4.2.3/source4/kdc/kdc.c
> @@ -967,9 +967,9 @@
> * The old behavior in the _kdc_get_preferred_key()
> * function is use_strongest_server_key...