diff --git common/src/java/org/apache/hadoop/hive/conf/HiveConf.java common/src/java/org/apache/hadoop/hive/conf/HiveConf.java index 1dbae40..5962bae 100644 --- common/src/java/org/apache/hadoop/hive/conf/HiveConf.java +++ common/src/java/org/apache/hadoop/hive/conf/HiveConf.java @@ -3260,7 +3260,18 @@ private static void populateLlapDaemonVarsSet(Set llapDaemonVarsSetLocal HIVE_CONF_RESTRICTED_LIST("hive.conf.restricted.list", "hive.security.authenticator.manager,hive.security.authorization.manager," + "hive.security.metastore.authorization.manager,hive.security.metastore.authenticator.manager," + - "hive.users.in.admin.role,hive.server2.xsrf.filter.enabled,hive.security.authorization.enabled", + "hive.users.in.admin.role,hive.server2.xsrf.filter.enabled,hive.security.authorization.enabled," + + "hive.server2.authentication.ldap.baseDN," + + "hive.server2.authentication.ldap.url," + + "hive.server2.authentication.ldap.Domain," + + "hive.server2.authentication.ldap.groupDNPattern," + + "hive.server2.authentication.ldap.groupFilter," + + "hive.server2.authentication.ldap.userDNPattern," + + "hive.server2.authentication.ldap.userFilter," + + "hive.server2.authentication.ldap.groupMembershipKey," + + "hive.server2.authentication.ldap.userMembershipKey," + + "hive.server2.authentication.ldap.groupClassKey," + + "hive.server2.authentication.ldap.customLDAPQuery", "Comma separated list of configuration options which are immutable at runtime"), HIVE_CONF_HIDDEN_LIST("hive.conf.hidden.list", METASTOREPWD.varname + "," + HIVE_SERVER2_SSL_KEYSTORE_PASSWORD.varname