mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-17 17:48:20 -05:00
ITS#8513 Update TOTP README
This commit is contained in:
parent
2c84446240
commit
59fbc28dbc
1 changed files with 4 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ source root.
|
||||||
|
|
||||||
4) Edit your slapd.conf (eg. /etc/ldap/slapd.conf), and add:
|
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
|
5) This module replaces the function of the slapo-lastbind overlay. You
|
||||||
cannot use that overlay on the same database as this one.
|
cannot use that overlay on the same database as this one.
|
||||||
|
|
@ -41,10 +41,11 @@ slapd.conf. For example:
|
||||||
|
|
||||||
password-hash {TOTP1}
|
password-hash {TOTP1}
|
||||||
|
|
||||||
On the databases where your users reside you must configure both the
|
TOTP password schemes will only work on databases that have a rootdn and the
|
||||||
lastbind overlay and the totp overlay:
|
totp overlay configured:
|
||||||
|
|
||||||
database mdb
|
database mdb
|
||||||
|
rootdn "..."
|
||||||
...
|
...
|
||||||
|
|
||||||
overlay totp
|
overlay totp
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue