On 11/12/18 10:44 AM, Joel Carnat wrote: > Hello, > > I was looking at enabling mod_authnz_ldap on apache-httpd-2.4.35 (OpenBSD > 6.4) and couldn't find the module. > Looking at CVS, there's a ldap FLAVOR but I can't find the binary package in > https://cdn.openbsd.org/pub/OpenBSD/6.4/packages/amd64/ > > Am I missing something? > > Thanks. > It's not linked into the build, see www/Makefile. You can build the flavor yourself by going to www/apache-httpd and running: FLAVOR=ldap make package doas env TRUSTED_PKG_PATH=/usr/ports/packages/$(uname -m)/all pkg_add apache-httpd
hope it helps. martijn@
