You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/data/nosql.adoc
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -736,3 +736,20 @@ If you want to load the initialization script from a different resource, you can
736
736
By default, a standard schema is used to validate `LDIF` files.
737
737
You can turn off validation altogether by setting the configprop:spring.ldap.embedded.validation.enabled[] property.
738
738
If you have custom attributes, you can use configprop:spring.ldap.embedded.validation.schema[] to define your custom attribute types or object classes.
739
+
740
+
741
+
742
+
[[data.nosql.ldap.embedded.ssl]]
743
+
==== SSL
744
+
745
+
The in-memory LDAP server supports SSL (LDAPS).
746
+
To enable SSL, configure the xref:features/ssl.adoc[SSL bundle] to use by setting the configprop:spring.ldap.embedded.ssl.bundle[] property, as shown in the following example:
Copy file name to clipboardExpand all lines: module/spring-boot-ldap/src/main/java/org/springframework/boot/ldap/autoconfigure/embedded/EmbeddedLdapAutoConfiguration.java
Copy file name to clipboardExpand all lines: module/spring-boot-ldap/src/main/java/org/springframework/boot/ldap/autoconfigure/embedded/EmbeddedLdapProperties.java
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,11 @@ public class EmbeddedLdapProperties {
Copy file name to clipboardExpand all lines: module/spring-boot-ldap/src/test/java/org/springframework/boot/ldap/autoconfigure/embedded/EmbeddedLdapAutoConfigurationTests.java
0 commit comments