mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
fix translucent overlay test when back-monitor is compiled as module (privately reported by Buchan Milne)
This commit is contained in:
parent
cdefacccc6
commit
01f81af860
2 changed files with 4 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ argsfile ./testrun/slapd.2.args
|
|||
#ldapmod#moduleload back_ldap.la
|
||||
#translucentmod#modulepath ../servers/slapd/overlays
|
||||
#translucentmod#moduleload translucent.la
|
||||
#monitormod#modulepath ../servers/slapd/back-monitor
|
||||
#monitormod#moduleload back_monitor.la
|
||||
|
||||
#######################################################################
|
||||
# database definitions
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@ argsfile ./testrun/slapd.1.args
|
|||
|
||||
#mod#modulepath ../servers/slapd/back-@BACKEND@/:../servers/slapd/overlays
|
||||
#mod#moduleload back_@BACKEND@.la
|
||||
#monitormod#modulepath ../servers/slapd/back-monitor
|
||||
#monitormod#moduleload back_monitor.la
|
||||
|
||||
#######################################################################
|
||||
# database definitions
|
||||
|
|
|
|||
Loading…
Reference in a new issue