[WHATSNEW] Samba AD with MIT Kerberos + Version change
Rowland Penny
rpenny at samba.org
Tue May 9 09:40:30 UTC 2017
On Tue, 09 May 2017 11:32:07 +0200
Andreas Schneider <asn at samba.org> wrote:
> 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():
Yes, we have already had this pointed out to us :)
>
> :)
>
>
> However, can you test the following branch?
>
>
> https://git.samba.org/?p=asn/samba.git;a=shortlog;h=refs/heads/master-mit-kdc
Will do.
Rowland
More information about the samba-technical
mailing list