Displaying 4 results from an estimated 4 matches for "sourc4".
Did you mean:
source
2018 Dec 09
2
RHEL7/Centos7 with Samba AD
...ires gnutls
> > > 4.3.7 or better, which makes a *big* problem for RHEL 7. But you're
> > > welcome to play with the tools and set up a samba-4.8.x branch.
> >
> > Can you get me some more details on that? It isn't deliberate.
>
> The first issue is in sourc4/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.
Correct. But this is experimental in any case. If you don't specify
--with-system-mitkrb5 it should allow an older version.
> Patching that to set t...
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 11
0
RHEL7/Centos7 with Samba AD
...a.org> wrote:
>
> On Sun, 2018-12-09 at 17:20 -0500, Nico Kadel-Garcia wrote:
> > On Sat, Dec 8, 2018 at 12:34 AM Andrew Bartlett <abartlet at samba.org> wrote:
> > > On Fri, 2018-12-07 at 23:32 -0500, Nico Kadel-Garcia via samba wrote:
> > The first issue is in sourc4/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.
>
> Correct. But this is experimental in any case. If you don't specify
> --with-system-mitkrb5 it should allow an older version.
It bu...
2018 Dec 09
0
RHEL7/Centos7 with Samba AD
...with the domain controller requires gnutls
> > 4.3.7 or better, which makes a *big* problem for RHEL 7. But you're
> > welcome to play with the tools and set up a samba-4.8.x branch.
>
> Can you get me some more details on that? It isn't deliberate.
The first issue is in sourc4/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 tnu...