iaorekhov-1980 commented on code in PR #60275:
URL: https://github.com/apache/doris/pull/60275#discussion_r2769366934
##########
fe/fe-common/src/main/java/org/apache/doris/common/LdapConfig.java:
##########
@@ -157,4 +157,22 @@ public class LdapConfig extends ConfigBase {
*/
@ConfigBase.ConfField
public static boolean ldap_pool_test_while_idle = true;
+
+ /**
+ * Flag to enable usage of LDAPS.
+ */
+ @ConfigBase.ConfField
+ public static boolean ldap_use_ssl = false;
+
+ /**
+ * The method constructs correct URL connection string for specified host
and port depending on
+ * value of ldap_use_ssl property.
+ * If ldap_use_ssl property is true - LDAPS is used as protocol
+ * If ldap_use_ssl_property is false or not specified - LDAP is used as
protocol
Review Comment:
this comment will be ignored as entire javadoc for LdapConfig.java will be
update in commit
https://github.com/apache/doris/pull/60275/commits/34222fd13747ed147ca99095c286bd62b1c41673
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]