Revision 8514
Added by Jing Tao almost 11 years ago
lib/auth.properties.metadata.xml | ||
---|---|---|
13 | 13 |
<group> |
14 | 14 |
<index>2</index> |
15 | 15 |
<name>File-based Authentication Configuration</name> |
16 |
<description>Class edu.ucsb.nceas.metacat.authentication.AuthFile uses the configurations.</description>
|
|
16 |
<description>Authentication class edu.ucsb.nceas.metacat.authentication.AuthFile uses the configuration.</description>
|
|
17 | 17 |
</group> |
18 | 18 |
|
19 | 19 |
<group> |
20 | 20 |
<index>3</index> |
21 | 21 |
<name>LDAP Authentication Configuration</name> |
22 |
<description>Class edu.ucsb.nceas.metacat.AuthLdap uses the configurations of an external LDAP server.</description>
|
|
22 |
<description>Authentication class edu.ucsb.nceas.metacat.AuthLdap uses the configurations of an external LDAP server.</description>
|
|
23 | 23 |
</group> |
24 | 24 |
|
25 | 25 |
|
... | ... | |
64 | 64 |
<index>1</index> |
65 | 65 |
<required>true</required> |
66 | 66 |
<description>Absolute path of the password file.</description> |
67 |
<helpFile>docs/metacat-properties.html#auth.file.path</helpFile>
|
|
67 |
<helpFile>docs/metacat-properties.html#auth-file-path</helpFile>
|
|
68 | 68 |
</config> |
69 | 69 |
|
70 | 70 |
<config> |
Also available in: Unified diff
Add the correct doc url for the property of auth.file.path.