Closes gh-12205
This commit is contained in:
Johnny Lim
2018-02-24 13:03:48 +09:00
committed by Stephane Nicoll
parent 1314678890
commit d441a8a89a
11 changed files with 13 additions and 14 deletions

View File

@@ -370,7 +370,7 @@ content into your application. Rather, pick only the properties that you need.
spring.ldap.username= # Login username of the server.
# EMBEDDED LDAP ({sc-spring-boot-autoconfigure}/ldap/embedded/EmbeddedLdapProperties.{sc-ext}[EmbeddedLdapProperties])
spring.ldap.embedded.base-dn= # List of base DN.
spring.ldap.embedded.base-dn= # List of base DNs.
spring.ldap.embedded.credential.username= # Embedded LDAP username.
spring.ldap.embedded.credential.password= # Embedded LDAP password.
spring.ldap.embedded.ldif=classpath:schema.ldif # Schema (LDIF) script resource reference.

View File

@@ -4466,7 +4466,7 @@ In yaml files, you can use the yaml list notation:
- dc=pivotal,dc=io
----
in properties files, you must include the index as part of the property name:
In properties files, you must include the index as part of the property name:
[source,properties,indent=0]
----