A current release of Heimdal, configured with --with-openldap=/usr/local
The OpenBSD package of Heimdal is not configured with OpenLDAP support. I would like compile it with OpenLDAP support.
I downloaded the OpenBSD ports tree and installed it. I can make
the heimdal port, but I'm not sure exactly how to configure it to use OpenLDAP
I tried adding --with-openldap=/usr/local/bin
to CONFIGURE_ARGS
in Makefile
, and make ran, but OpenLDAP wasn't included
It's also possible to configure the ldap backend as a shared module, see option –hdb-openldap-module to configure
How can I do this?
Tried again with a fresh install of OpenBSD. Works now
I installed the openldap-client first using
pkg_add
in
/usr/ports/security/heimdal/Makefile
, I changed:to
Then I ran
make install
and tested that it works usingkdc --builtin-hdb