dengzhhu653 commented on code in PR #6085:
URL: https://github.com/apache/hive/pull/6085#discussion_r2370851300


##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -4353,6 +4353,13 @@ public static enum ConfVars {
     
HIVE_SERVER2_PLAIN_LDAP_BIND_PASSWORD("hive.server2.authentication.ldap.bindpw",
 null,
         "The password for the bind user, to be used to search for the full 
name of the user being authenticated.\n" +
         "If the username is specified, this parameter must also be 
specified."),
+    HIVE_SERVER2_LDAP_ENABLE_GROUP_CHECK_AFTER_KERBEROS(

Review Comment:
   A new config makes sense to me, as not all of users should have configured 
both Kerberos and LDAP in HS2



-- 
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]

Reply via email to