Revision 8515
Added by Jing Tao almost 11 years ago
docs/user/metacat/source/metacat-properties.rst | ||
---|---|---|
350 | 350 |
| | Metacat is first installed and configured. All accounts must exist | | |
351 | 351 |
| | in LDAP in order to continue with the configuration. | | |
352 | 352 |
+-----------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------+ |
353 |
| .. _auth-file-path: | | | |
|
354 |
| | | | |
|
355 |
| auth.file.path | The absolute path of the password file which stores the username/password | /var/metacat/certs/password | |
|
356 |
| | and users' information. This file is used for the file-based authentication | | |
|
357 |
| | mechanism. | | |
|
358 |
| | | | |
|
359 |
| | Default Value: /var/metacat/certs/password | | |
|
360 |
+-----------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------+ |
|
353 | 361 |
| .. _auth-url: | | | |
354 | 362 |
| | | | |
355 | 363 |
| auth.url | The URL of the server that Metacat should use for authentication. | ldap://ldap.ecoinformatics.org:389/ | |
Also available in: Unified diff
Add the documentation for the property auth.file.path.