[fix](auth)Compatible with previously enabled ldap configuration (#34891)
This commit is contained in:
@ -21,6 +21,14 @@ package org.apache.doris.common;
|
||||
* LDAP configuration
|
||||
*/
|
||||
public class LdapConfig extends ConfigBase {
|
||||
|
||||
/**
|
||||
* Flag to enable LDAP authentication.
|
||||
*/
|
||||
@Deprecated
|
||||
@ConfigBase.ConfField
|
||||
public static boolean ldap_authentication_enabled = false;
|
||||
|
||||
/**
|
||||
* LDAP server ip.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user