mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
LDIF include must use a file URL
This commit is contained in:
parent
96773427db
commit
dfaffea154
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ dn: cn=schema,cn=config
|
|||
objectClass: olcSchemaConfig
|
||||
cn: schema
|
||||
|
||||
include: %SYSCONFDIR%/schema/core.ldif
|
||||
include: file:///%SYSCONFDIR%/schema/core.ldif
|
||||
|
||||
# Frontend settings
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue