[WHATSNEW] Samba AD with MIT Kerberos + Version change
Andreas Schneider
asn at samba.org
Tue May 9 09:32:07 UTC 2017
On Thursday, 4 May 2017 18:11:55 CEST Rowland Penny via samba-technical wrote:
> On Thu, 4 May 2017 17:49:14 +0200
> "L.P.H. van Belle via samba-technical"
>
> <samba-technical at lists.samba.org> wrote:
> > Hai,
> >
> > Now, prepair yourself im no coder.. but.. looks to me it imports only
> > a directory Or sets it back to None. Im trying to read and follow the
> > variables in the code.
> >
> > If i grep through the source and look for : samba.provision.kerberos
>
> I think the problem is here in
> samba-master/python/samba/provision/kerberos.py:
>
> def make_kdcconf(realm, domain, kdcconfdir, logdir):
>
> if _glue.is_heimdal_built:
> return
>
> Which I changed to:
>
> if is_heimdal_built:
> return
Which is wrong too, it needs to be:
if is_heimdal_build():
:)
However, can you test the following branch?
https://git.samba.org/?p=asn/samba.git;a=shortlog;h=refs/heads/master-mit-kdc
Thanks,
Andreas
--
Andreas Schneider GPG-ID: CC014E3D
Samba Team asn at samba.org
www.samba.org
More information about the samba-technical
mailing list