Browse Source

AMBARI-8197. Configs: hive.server2.authentication=NOSASL.(vbrodetskyi)

Vitaly Brodetskyi 10 years ago
parent
commit
5b69bea270

+ 7 - 0
ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml

@@ -838,6 +838,13 @@ limitations under the License.
       are specified.
     </description>
   </property>
+
+  <property>
+    <name>hive.server2.authentication</name>
+    <description>Authentication mode, default NONE. Options are NONE, NOSASL, KERBEROS, LDAP, PAM and CUSTOM</description>
+    <value>NONE</value>
+  </property>
+
   <property>
     <name>hive.server2.authentication.spnego.principal</name>
     <value>/etc/security/keytabs/spnego.service.keytab</value>