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
	<group>
14
		<index>2</index>
15
		<name>Authentication Client Configuration</name>
16
		<description>Authentication Client Connection Values.  This is only necessary 
17
		if you allow authentication password change and account creation functionality
18
		from within Metacat.</description>
19
	</group>
20

    
21
	<config>
22
		<key>auth.class</key>
23
		<label>Authentication Class</label>
24
		<group>1</group>
25
		<index>1</index>
26
		<required>true</required>
27
		<description>Authentication Class.</description>
28
		<helpFile>properties.html#auth.class</helpFile>
29
	</config>
30
	
31
	<config>
32
		<key>auth.url</key>
33
		<label>Authentication URL</label>
34
		<group>1</group>
35
		<index>2</index>
36
		<required>true</required>
37
		<description>Authentication Server URL.</description>
38
		<helpFile>properties.html#auth.url</helpFile>
39
	</config>
40

    
41
	<config>
42
		<key>auth.surl</key>
43
		<label>Authentication Secure URL</label>
44
		<group>1</group>
45
		<index>3</index>
46
		<required>true</required>
47
		<description>Authentication Secure Server URL.</description>
48
		<helpFile>properties.html#auth.surl</helpFile>
49
	</config>
50
	
51
	<config>
52
		<key>auth.base</key>
53
		<label>Authentication Base</label>
54
		<group>1</group>
55
		<index>4</index>
56
		<required>true</required>
57
		<description>Base part of Distinguished Name that Metacat uses for authentication.</description>
58
		<helpFile>properties.html#auth.base</helpFile>
59
	</config>
60

    
61
	<config>
62
		<key>auth.administrators</key>
63
		<label>Metacat Administrators</label>
64
		<group>1</group>
65
		<index>5</index>
66
		<required>true</required>
67
		<description>Authentication users or groups for Metacat administration. 
68
			Typically, this holds LDAP credentials.
69
			&lt;font color="red"&gt; Note: this must be set to a username or
70
			group that you belong to in order to continue with 
71
			configuration&lt;/font&gt;.</description>
72
		<helpFile>properties.html#auth.administrators</helpFile>
73
		<isRequired>true</isRequired>
74
	</config>
75
	
76
	<config>
77
		<key>organization.user.unaffiliated</key>
78
		<label>Client User Name</label>
79
		<group>2</group>
80
		<index>1</index>
81
		<description>
82
			The user name that Metacat will use when creating an authentication account or 
83
			changing a password.
84
		</description>
85
		<helpFile>properties.html</helpFile>
86
	</config>
87
		
88
	<config>
89
		<key>organization.password.unaffiliated</key>
90
		<label>Client Password</label>
91
		<group>2</group>
92
		<index>2</index>
93
		<fieldType>password</fieldType>
94
		<description>
95
			The password name that Metacat will use when creating an authentication account or 
96
			changing a password.
97
		</description>
98
		<helpFile>properties.html</helpFile>
99
	</config>
100

    
101
</metadataConfig>
(3-3/43)