morningman commented on code in PR #32875:
URL: https://github.com/apache/doris/pull/32875#discussion_r1540727061
##########
fe/fe-common/src/main/java/org/apache/doris/common/LdapConfig.java:
##########
@@ -26,7 +26,7 @@ public class LdapConfig extends ConfigBase {
* Flag to enable LDAP authentication.
*/
@ConfigBase.ConfField
- public static boolean ldap_authentication_enabled = false;
+ public static boolean ldap_authentication_enabled =
Config.authentication_type.equalsIgnoreCase("ldap");
Review Comment:
I think this config should be removed direclty?
--
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]