From: Quanah Gibson-Mount Date: Thu, 19 Jan 2023 16:10:52 +0000 (+0000) Subject: ITS#9985 - Fix module name to pw-totp X-Git-Tag: OPENLDAP_REL_ENG_2_5_14~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abefbbb18c185595051388c50555398038f211f0;p=thirdparty%2Fopenldap.git ITS#9985 - Fix module name to pw-totp --- diff --git a/contrib/slapd-modules/passwd/totp/README b/contrib/slapd-modules/passwd/totp/README index e6867f2e4f..95d9c8b3c2 100644 --- a/contrib/slapd-modules/passwd/totp/README +++ b/contrib/slapd-modules/passwd/totp/README @@ -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.