]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9985 - Fix module name to pw-totp
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 19 Jan 2023 16:10:52 +0000 (16:10 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 30 Jan 2023 15:41:16 +0000 (15:41 +0000)
contrib/slapd-modules/passwd/totp/README

index e6867f2e4ff3172dd4214d497566f44eaa2883c0..95d9c8b3c2fbec573fd3a4be25dbecbc1e3e6cab 100644 (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.