mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-22 14:53:33 -05:00
ITS#9985 - Fix module name to pw-totp
This commit is contained in:
parent
801297cb77
commit
6a3a71692a
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue