aboutsummaryrefslogtreecommitdiff
path: root/lib/hadoop-0.20.0/contrib/hdfsproxy/conf/user-certs.xml
blob: f572a5529424ab9a1778dd5e65582e5f9f4ebc19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?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>