[WHATSNEW] Samba AD with MIT Kerberos + Version change

Daniele Dario d.dario76 at gmail.com
Fri May 5 11:21:04 UTC 2017


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.




More information about the samba-technical mailing list