Project

General

Profile

1
<?xml version="1.0"?>
2

    
3
<metadataConfig>
4
	<group>
5
		<index>1</index>
6
		<name>Authentication Configuration Values</name>
7
		<comment>
8
			Authentication Setup
9
		</comment>
10
		<description>Authentication Configuration Values.</description>
11
	</group>
12

    
13
	<config>
14
		<key>auth.class</key>
15
		<label>Authentication Class</label>
16
		<group>1</group>
17
		<index>1</index>
18
		<description>Authentication Class.</description>
19
		<helpFile>properties.html#auth.class</helpFile>
20
	</config>
21
	
22
	<config>
23
		<key>auth.url</key>
24
		<label>Authentication URL</label>
25
		<group>1</group>
26
		<index>2</index>
27
		<description>Authentication Server URL.</description>
28
		<helpFile>properties.html#auth.url</helpFile>
29
	</config>
30

    
31
	<config>
32
		<key>auth.surl</key>
33
		<label>Authentication Secure URL</label>
34
		<group>1</group>
35
		<index>3</index>
36
		<description>Authentication Secure Server URL.</description>
37
		<helpFile>properties.html#auth.surl</helpFile>
38
	</config>
39
	
40
	<config>
41
		<key>auth.base</key>
42
		<label>Authentication Base</label>
43
		<group>1</group>
44
		<index>4</index>
45
		<description>Base part of Distinguished Name that Metacat uses for authentication.</description>
46
		<helpFile>properties.html#auth.base</helpFile>
47
	</config>
48

    
49
	<config>
50
		<key>auth.administrators</key>
51
		<label>Metacat Administrators</label>
52
		<group>1</group>
53
		<index>5</index>
54
		<description>Authentication users or groups for Metacat administration. 
55
			Typically, this holds LDAP credentials.
56
			&lt;font color="red"&gt; Note: this must be set to a username or
57
			group that you belong to in order to continue with 
58
			configuration&lt;/font&gt;.</description>
59
		<helpFile>properties.html#auth.administrators</helpFile>
60
		<isRequired>true</isRequired>
61
	</config>
62

    
63
</metadataConfig>
(2-2/28)