[WHATSNEW] Samba AD with MIT Kerberos + Version change

Rowland Penny rpenny at samba.org
Fri May 5 12:00:35 UTC 2017


On Fri, 05 May 2017 13:21:04 +0200
Daniele Dario <d.dario76 at gmail.com> wrote:

> On ven, 2017-05-05 at 11:53 +0100, Rowland Penny via samba-technical
> wrote:
> > On Fri, 05 May 2017 12:27:07 +0200
> > Daniele Dario <d.dario76 at gmail.com> wrote:
> > 
> > > What happens if you change
> > >   if _glue.is_heimdal_built:
> > > to
> > >   if _glue.is_heimdal_built():
> > > 
> > > If is_heimdal_built is a method and not a variable this makes a
> > > lot of difference.
> > 
> > Yes that worked to get 'kdc.conf' created, but I still get:
> > 
> > krb5kdc: Unable to load requested database module 'samba': plugin
> > symbol 'kdb_function_table' not found - while initializing database
> > for realm TESTING.TLD
> > 
> > in /usr/local/samba/var/mit_kdc.log 
> > 
> > Rowland
> > 
> 
> Did you also modify python/samba/provision/kerberos.py:29:
>   if _glue.is_heimdal_built:
> to
>   if _glue.is_heimdal_built():
> 
> Daniele.
> 

I just put kerberos.py back to what is in git and then added the braces
'()'

Rowland




More information about the samba-technical mailing list