1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Fix LDIF file example in LDAP docs

Fixes: gh-7832
This commit is contained in:
Eleftheria Stein
2020-01-17 09:24:22 +01:00
parent e93fb9904e
commit 57fba90c0e
@@ -2372,8 +2372,8 @@ A bean identifier, used for referring to the bean elsewhere in the context.
[[nsa-ldap-server-ldif]]
* **ldif**
Explicitly specifies an ldif file resource to load into an embedded LDAP server.
The ldiff is should be a Spring resource pattern (i.e. classpath:init.ldiff).
The default is classpath*:*.ldiff
The ldif should be a Spring resource pattern (i.e. classpath:init.ldif).
The default is classpath*:*.ldif
[[nsa-ldap-server-manager-dn]]