source: proiecte/HadoopJUnit/hadoop-0.20.1/src/contrib/hdfsproxy/conf/user-certs.xml @ 120

Last change on this file since 120 was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

  • Property svn:executable set to *
File size: 778 bytes
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
3
4<!--
5
6This file defines the mappings from username to comma seperated list
7of certificate serial numbers that the user is allowed to use. One mapping
8per user. Wildcard characters, such as "*" and "?", are not recognized.
9Any leading or trailing whitespaces are stripped/ignored. Note that user
10"Admin" is the special hdfsproxy admin user. To make a user an admin, add
11the user's certificate serial number to user "Admin". Normal users cannot
12have "Admin" as username. Usernames can only comprise of 0-9a-zA-Z and
13underscore.
14
15-->
16
17<configuration>
18
19<property>
20  <name>Admin</name>
21  <value></value>
22  <description> Special hdfsproxy admin user
23  </description>
24</property>
25
26</configuration>
Note: See TracBrowser for help on using the repository browser.