|
@@ -96,9 +96,8 @@ public class LdapAuthenticationHandler implements AuthenticationHandler {
|
|
|
public static final String LDAP_BIND_DOMAIN = TYPE + ".binddomain";
|
|
|
|
|
|
/**
|
|
|
- * Constant for the configuration property that indicates the base
|
|
|
- * distinguished name (DN) to be used with the LDAP server. This value is
|
|
|
- * appended to the provided user id for authentication purpose.
|
|
|
+ * Constant for the configuration property that indicates whether
|
|
|
+ * the LDAP server supports 'StartTLS' extension.
|
|
|
*/
|
|
|
public static final String ENABLE_START_TLS = TYPE + ".enablestarttls";
|
|
|
|
|
@@ -336,4 +335,4 @@ public class LdapAuthenticationHandler implements AuthenticationHandler {
|
|
|
return endIdx;
|
|
|
}
|
|
|
|
|
|
-}
|
|
|
+}
|