Displaying 3 results from an estimated 3 matches for "tnutls".
Did you mean:
gnutls
2018 Dec 08
3
RHEL7/Centos7 with Samba AD
On Fri, 2018-12-07 at 23:32 -0500, Nico Kadel-Garcia via samba wrote:
> On Thu, Dec 6, 2018 at 2:35 PM Vincent S. Cojot via samba
> <samba at lists.samba.org> wrote:
>
> > So, IMHO RHEL7/Centos7 does just fine in a Samba AD/DC setup either as
> > clients or DCs. I still have a few details to work out (how to move the
> > Samba servers from local auth to AD auth,
2018 Dec 09
0
RHEL7/Centos7 with Samba AD
...rc4/lib/tls/wscro[t. which has hardcoded
checks for gnutls >= 3.4.7 linked to with_system_mitkrb5 and
conf.env.AD_DC_IS_ENABLED. Patching that to set the checks for 3.3.29
gets a report of a missing dependency for "hx509" in
"dcerpc_backupkey". So I assume that the check for tnutls 3.4.7 was a
legitimate requirement check. And that's about as deep as I can go
with that issue for right now.
I've instead, for short-term work, created some hooks to compile 4.8.7
for RHEL 7. That may be helpful to folks who do want a dc for RHEL 7,
and I'll see if I can test it in th...
2018 Dec 09
2
RHEL7/Centos7 with Samba AD
...his is experimental in any case. If you don't specify
--with-system-mitkrb5 it should allow an older version.
> Patching that to set the checks for 3.3.29
> gets a report of a missing dependency for "hx509" in
> "dcerpc_backupkey". So I assume that the check for tnutls 3.4.7 was a
> legitimate requirement check. And that's about as deep as I can go
> with that issue for right now.
Again, this is due to attempting to use the MIT Krb5 stuff. Don't do
that.
> I've instead, for short-term work, created some hooks to compile 4.8.7
> for RHE...