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.administrators</key>
42
		<label>Metacat Administrators</label>
43
		<group>1</group>
44
		<index>4</index>
45
		<description>Authentication users or groups for Metacat administration. 
46
			Typically, this holds LDAP credentials.
47
			&lt;font color="red"&gt; Note: this must be set to a username or
48
			group that you belong to in order to continue with 
49
			configuration&lt;/font&gt;.</description>
50
		<helpFile>properties.html#auth.administrators</helpFile>
51
		<isRequired>true</isRequired>
52
	</config>
53

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