Polish "Add support for anonymousReadOnly in LdapProperties"
Closes gh-11744
This commit is contained in:
@@ -362,11 +362,12 @@ content into your application. Rather, pick only the properties that you need.
|
||||
spring.jersey.type=servlet # Jersey integration type.
|
||||
|
||||
# SPRING LDAP ({sc-spring-boot-autoconfigure}/ldap/LdapProperties.{sc-ext}[LdapProperties])
|
||||
spring.ldap.urls= # LDAP URLs of the server.
|
||||
spring.ldap.anonymous-read-only=false # Whether read-only operations should use an anonymous environment.
|
||||
spring.ldap.base= # Base suffix from which all operations should originate.
|
||||
spring.ldap.username= # Login username of the server.
|
||||
spring.ldap.password= # Login password of the server.
|
||||
spring.ldap.base-environment.*= # LDAP specification settings.
|
||||
spring.ldap.password= # Login password of the server.
|
||||
spring.ldap.urls= # LDAP URLs of the server.
|
||||
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= # The base DN
|
||||
|
||||
Reference in New Issue
Block a user