Displaying 4 results from an estimated 4 matches for "ad_dc_is_en".
2018 Dec 09
2
RHEL7/Centos7 with Samba AD
...ay 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 the checks for 3.3.29
> gets a report of a missing dependency for "hx509" in
> "dcerpc_backupkey". So I as...
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
...artlett <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 builds and seems to work under Fedora 29 with these options:
--with-system-mitkrb5 \
--with-experimental-mit-ad-dc \
Leaving those in place fo...
2018 Dec 09
0
RHEL7/Centos7 with Samba AD
...'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 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...