mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-06 15:00:40 +08:00
Fix moduleload path
This commit is contained in:
parent
eae46d35d2
commit
889154d798
@ -227,7 +227,7 @@ if [ "$BACKENDTYPE" = mod ]; then
|
||||
dn: cn=module,cn=config
|
||||
objectClass: olcModuleList
|
||||
cn: module
|
||||
olcModulePath: ../../../servers/slapd/back-$BACKEND
|
||||
olcModulePath: $TESTWD/../servers/slapd/back-$BACKEND
|
||||
olcModuleLoad: back_$BACKEND.la
|
||||
EOF
|
||||
RC=$?
|
||||
|
Loading…
x
Reference in New Issue
Block a user