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: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/ldap/LdapAutoConfiguration.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,7 @@ public LdapContextSource ldapContextSource(LdapConnectionDetails connectionDetai
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/ldap/LdapProperties.java
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,11 @@ public class LdapProperties {
62
62
*/
63
63
privateBooleananonymousReadOnly;
64
64
65
+
/**
66
+
* Set the method to handle referrals.
67
+
*/
68
+
privateStringreferral;
69
+
65
70
/**
66
71
* LDAP specification settings.
67
72
*/
@@ -109,6 +114,14 @@ public void setAnonymousReadOnly(Boolean anonymousReadOnly) {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/ldap/LdapAutoConfigurationTests.java
0 commit comments