Skip to content

Commit 57fba90

Browse files
committed
Fix LDIF file example in LDAP docs
Fixes: gh-7832
1 parent e93fb99 commit 57fba90

File tree

1 file changed

+2
-2
lines changed
  • docs/manual/src/docs/asciidoc/_includes/servlet/appendix

1 file changed

+2
-2
lines changed

docs/manual/src/docs/asciidoc/_includes/servlet/appendix/namespace.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2372,8 +2372,8 @@ A bean identifier, used for referring to the bean elsewhere in the context.
23722372
[[nsa-ldap-server-ldif]]
23732373
* **ldif**
23742374
Explicitly specifies an ldif file resource to load into an embedded LDAP server.
2375-
The ldiff is should be a Spring resource pattern (i.e. classpath:init.ldiff).
2376-
The default is classpath*:*.ldiff
2375+
The ldif should be a Spring resource pattern (i.e. classpath:init.ldif).
2376+
The default is classpath*:*.ldif
23772377

23782378

23792379
[[nsa-ldap-server-manager-dn]]

0 commit comments

Comments
 (0)