Polish
Closes gh-12205
This commit is contained in:
committed by
Stephane Nicoll
parent
1314678890
commit
d441a8a89a
@@ -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.
|
||||
|
||||
@@ -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]
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user