Project

General

Profile

1 4159 daigle
<?xml version="1.0"?>
2
3
<metadataConfig>
4
	<group>
5
		<index>1</index>
6 4580 daigle
		<name>Authentication Configuration Values</name>
7 4159 daigle
		<comment>
8 4580 daigle
			Authentication Setup
9 4159 daigle
		</comment>
10 4580 daigle
		<description>Authentication Configuration Values.</description>
11 4159 daigle
	</group>
12 4750 daigle
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 4580 daigle
21 4159 daigle
	<config>
22 4580 daigle
		<key>auth.class</key>
23
		<label>Authentication Class</label>
24 4159 daigle
		<group>1</group>
25
		<index>1</index>
26 4750 daigle
		<required>true</required>
27 4580 daigle
		<description>Authentication Class.</description>
28
		<helpFile>properties.html#auth.class</helpFile>
29 4159 daigle
	</config>
30 4580 daigle
31 4159 daigle
	<config>
32 4580 daigle
		<key>auth.url</key>
33
		<label>Authentication URL</label>
34 4159 daigle
		<group>1</group>
35
		<index>2</index>
36 4750 daigle
		<required>true</required>
37 4580 daigle
		<description>Authentication Server URL.</description>
38
		<helpFile>properties.html#auth.url</helpFile>
39 4159 daigle
	</config>
40
41
	<config>
42 4580 daigle
		<key>auth.surl</key>
43
		<label>Authentication Secure URL</label>
44
		<group>1</group>
45
		<index>3</index>
46 4750 daigle
		<required>true</required>
47 4580 daigle
		<description>Authentication Secure Server URL.</description>
48
		<helpFile>properties.html#auth.surl</helpFile>
49
	</config>
50 4729 daigle
51
	<config>
52
		<key>auth.base</key>
53
		<label>Authentication Base</label>
54
		<group>1</group>
55
		<index>4</index>
56 4750 daigle
		<required>true</required>
57 4729 daigle
		<description>Base part of Distinguished Name that Metacat uses for authentication.</description>
58
		<helpFile>properties.html#auth.base</helpFile>
59
	</config>
60 4580 daigle
61
	<config>
62
		<key>auth.administrators</key>
63 4598 daigle
		<label>Metacat Administrators</label>
64 4159 daigle
		<group>1</group>
65 4729 daigle
		<index>5</index>
66 4750 daigle
		<required>true</required>
67 4580 daigle
		<description>Authentication users or groups for Metacat administration.
68
			Typically, this holds LDAP credentials.
69 4276 daigle
			&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 4580 daigle
		<helpFile>properties.html#auth.administrators</helpFile>
73 4543 daigle
		<isRequired>true</isRequired>
74 4159 daigle
	</config>
75 4750 daigle
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 4159 daigle
101
</metadataConfig>