We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2678c41 commit c73cc70Copy full SHA for c73cc70
1 file changed
fe/fe-common/src/main/java/org/apache/doris/common/LdapConfig.java
@@ -165,7 +165,7 @@ public class LdapConfig extends ConfigBase {
165
public static boolean ldap_use_ssl = false;
166
167
/**
168
- * The method constructs correct URL connection string for specified host and port depending on
+ * The method constructs correct URL connection string for specified host and port depending on
169
* value of ldap_use_ssl property.
170
* If ldap_use_ssl property is true - LDAPS is used as protocol
171
* If ldap_use_ssl_property is false or not specified - LDAP is used as protocol
0 commit comments