ITS#9985 - Fix module name to pw-totp

This commit is contained in:
Quanah Gibson-Mount 2023-01-19 16:10:52 +00:00
parent 801297cb77
commit 6a3a71692a

View file

@ -27,13 +27,13 @@ Building
1) Customize the LDAP_SRC variable in Makefile to point to the OpenLDAP
source root.
2) Run 'make' to produce slapd-totp.so
2) Run 'make' to produce pw-totp.so
3) Copy slapd-totp.so somewhere permanent.
3) Copy pw-totp.so somewhere permanent.
4) Edit your slapd.conf (eg. /etc/ldap/slapd.conf), and add:
moduleload ...path/to/slapd-totp.so
moduleload ...path/to/pw-totp.so
5) This module replaces the function of the slapo-lastbind overlay. You
cannot use that overlay on the same database as this one.