aboutsummaryrefslogtreecommitdiff
path: root/third_party/hadoop-0.20.0/contrib/hdfsproxy/conf/user-certs.xml
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2010-11-13 22:07:08 -0800
committerMatei Zaharia <matei@eecs.berkeley.edu>2010-11-13 22:07:08 -0800
commit89fcd96702d6aa963192f0221922d2702820048f (patch)
tree99dcdc918425ec68170d02bf2dc8eb6ab2bd400b /third_party/hadoop-0.20.0/contrib/hdfsproxy/conf/user-certs.xml
parentb7574201d56e0466b874a24b7ee6b09e29e0c2d8 (diff)
downloadspark-89fcd96702d6aa963192f0221922d2702820048f.tar.gz
spark-89fcd96702d6aa963192f0221922d2702820048f.tar.bz2
spark-89fcd96702d6aa963192f0221922d2702820048f.zip
Initial work to get Spark compiling with SBT 0.7.5 RC0
Diffstat (limited to 'third_party/hadoop-0.20.0/contrib/hdfsproxy/conf/user-certs.xml')
-rw-r--r--third_party/hadoop-0.20.0/contrib/hdfsproxy/conf/user-certs.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/third_party/hadoop-0.20.0/contrib/hdfsproxy/conf/user-certs.xml b/third_party/hadoop-0.20.0/contrib/hdfsproxy/conf/user-certs.xml
deleted file mode 100644
index f572a55294..0000000000
--- a/third_party/hadoop-0.20.0/contrib/hdfsproxy/conf/user-certs.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0"?>
-<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
-
-<!--
-
-This file defines the mappings from username to comma seperated list
-of certificate serial numbers that the user is allowed to use. One mapping
-per user. Wildcard characters, such as "*" and "?", are not recognized.
-Any leading or trailing whitespaces are stripped/ignored. Note that user
-"Admin" is the special hdfsproxy admin user. To make a user an admin, add
-the user's certificate serial number to user "Admin". Normal users cannot
-have "Admin" as username. Usernames can only comprise of 0-9a-zA-Z and
-underscore.
-
--->
-
-<configuration>
-
-<property>
- <name>Admin</name>
- <value></value>
- <description> Special hdfsproxy admin user
- </description>
-</property>
-
-</configuration>