mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 21:50:49 -05:00
fix path
This commit is contained in:
parent
9c5c20b1b9
commit
77d3fe1106
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ if [ "$MEMBEROF" = memberofmod ]; then
|
|||
dn: cn=module,cn=config
|
||||
objectClass: olcModuleList
|
||||
cn: module
|
||||
olcModulePath: ../../../servers/slapd/overlays
|
||||
olcModulePath: ../servers/slapd/overlays
|
||||
olcModuleLoad: memberof.la
|
||||
EOF
|
||||
RC=$?
|
||||
|
|
|
|||
Loading…
Reference in a new issue