]> git.sur5r.net Git - openldap/commitdiff
ITS#8513 Update TOTP README
authorOndřej Kuzník <ondra@mistotebe.net>
Sun, 9 Oct 2016 10:07:36 +0000 (11:07 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 29 Mar 2017 17:51:22 +0000 (10:51 -0700)
contrib/slapd-modules/passwd/totp/README

index e48b7217c376d28c1c7808f541841f350aaf3196..77306b5b11add569eeae68238568d3f851775850 100644 (file)
@@ -22,7 +22,7 @@ source root.
 
 4) Edit your slapd.conf (eg. /etc/ldap/slapd.conf), and add:
 
-moduleload ...path/to/slapd-sha2.so
+moduleload ...path/to/slapd-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.
@@ -41,10 +41,11 @@ slapd.conf. For example:
 
 password-hash  {TOTP1}
 
-On the databases where your users reside you must configure both the
-lastbind overlay and the totp overlay:
+TOTP password schemes will only work on databases that have a rootdn and the
+totp overlay configured:
 
 database mdb
+rootdn "..."
 ...
 
 overlay totp