Revision 4750
Added by daigle almost 16 years ago
lib/auth.properties.metadata.xml | ||
---|---|---|
9 | 9 |
</comment> |
10 | 10 |
<description>Authentication Configuration Values.</description> |
11 | 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> |
|
12 | 20 |
|
13 | 21 |
<config> |
14 | 22 |
<key>auth.class</key> |
15 | 23 |
<label>Authentication Class</label> |
16 | 24 |
<group>1</group> |
17 | 25 |
<index>1</index> |
26 |
<required>true</required> |
|
18 | 27 |
<description>Authentication Class.</description> |
19 | 28 |
<helpFile>properties.html#auth.class</helpFile> |
20 | 29 |
</config> |
... | ... | |
24 | 33 |
<label>Authentication URL</label> |
25 | 34 |
<group>1</group> |
26 | 35 |
<index>2</index> |
36 |
<required>true</required> |
|
27 | 37 |
<description>Authentication Server URL.</description> |
28 | 38 |
<helpFile>properties.html#auth.url</helpFile> |
29 | 39 |
</config> |
... | ... | |
33 | 43 |
<label>Authentication Secure URL</label> |
34 | 44 |
<group>1</group> |
35 | 45 |
<index>3</index> |
46 |
<required>true</required> |
|
36 | 47 |
<description>Authentication Secure Server URL.</description> |
37 | 48 |
<helpFile>properties.html#auth.surl</helpFile> |
38 | 49 |
</config> |
... | ... | |
42 | 53 |
<label>Authentication Base</label> |
43 | 54 |
<group>1</group> |
44 | 55 |
<index>4</index> |
56 |
<required>true</required> |
|
45 | 57 |
<description>Base part of Distinguished Name that Metacat uses for authentication.</description> |
46 | 58 |
<helpFile>properties.html#auth.base</helpFile> |
47 | 59 |
</config> |
... | ... | |
51 | 63 |
<label>Metacat Administrators</label> |
52 | 64 |
<group>1</group> |
53 | 65 |
<index>5</index> |
66 |
<required>true</required> |
|
54 | 67 |
<description>Authentication users or groups for Metacat administration. |
55 | 68 |
Typically, this holds LDAP credentials. |
56 | 69 |
<font color="red"> Note: this must be set to a username or |
... | ... | |
59 | 72 |
<helpFile>properties.html#auth.administrators</helpFile> |
60 | 73 |
<isRequired>true</isRequired> |
61 | 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> |
|
62 | 100 |
|
63 | 101 |
</metadataConfig> |
Also available in: Unified diff
Add sections for the unaffiliated user configuration and add required field to appropriate fields