https://bugs.openldap.org/show_bug.cgi?id=9985
--- Comment #5 from Quanah Gibson-Mount quanah@openldap.org --- (In reply to Bastian from comment #4)
You are right. Thanks for pointing this out.
Two minor things, I'd like to mention after I installed the module:
- `make install` does not acknowledge the configured prefix variable of
openldap. I fixed that by editing the Makefile accordingly.
Correct, they are contrib modules and not part of the build chain. There is no reason to hack the Makefile however, you just set the variables as desired.
For example:
make -C contrib/slapd-modules/lastbind prefix=$(PREFIX) libexecdir=$(LIBDIR)
assuming you set those two variables, etc.
- The README says the so-filename will be named `slapd-totp.so` but it is
`pw-totp.so`
Thanks!