From 6a3a71692a8249425174733ed429378069d42d3f Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Thu, 19 Jan 2023 16:10:52 +0000 Subject: [PATCH] ITS#9985 - Fix module name to pw-totp --- contrib/slapd-modules/passwd/totp/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.