Skip to content

Commit abaab2e

Browse files
committed
Merge branch '6.2.x' into 6.3.x
Closes gh-15495
2 parents da65830 + 9a83986 commit abaab2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ldap/src/main/java/org/springframework/security/ldap/authentication/ad/ActiveDirectoryLdapAuthenticationProvider.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,10 @@ public final class ActiveDirectoryLdapAuthenticationProvider extends AbstractLda
135135

136136
/**
137137
* @param domain the domain name (can be null or empty)
138-
* @param url an LDAP url (or multiple URLs)
138+
* @param url an LDAP url (or multiple space-delimited URLs).
139139
* @param rootDn the root DN (can be null or empty)
140+
* @see <a href="https://docs.oracle.com/javase/jndi/tutorial/ldap/misc/url.html">JNDI
141+
* URL format documentation</a>
140142
*/
141143
public ActiveDirectoryLdapAuthenticationProvider(String domain, String url, String rootDn) {
142144
Assert.isTrue(StringUtils.hasText(url), "Url cannot be empty");

0 commit comments

Comments
 (0)