Revision 8517
Added by Jing Tao almost 11 years ago
docs/user/metacat/source/metacat-properties.rst | ||
---|---|---|
329 | 329 |
+===================================+===============================================================================+===============================================+ |
330 | 330 |
| .. _auth-class: | | | |
331 | 331 |
| | | | |
332 |
| auth.class | The class used for user authentication. Currently, only the AuthLdap | edu.ucsb.nceas.metacat.AuthLdap |
|
|
333 |
| | class is included in the Metacat distribution. | |
|
|
332 |
| auth.class | The class used for user authentication. Currently, both the AuthFile and | edu.ucsb.nceas.metacat.AuthLdap |
|
|
333 |
| | AuthLdap classes are included in the Metacat distribution. | |
|
|
334 | 334 |
| | Note: If you implement another authentication strategy by implementing a Java | | |
335 | 335 |
| | class that extends the AuthInterface interface and rebuilding Metacat, | | |
336 | 336 |
| | change this property to the fully qualified class name of your custom | | |
337 | 337 |
| | authentication mechanism. | | |
338 | 338 |
| | | | |
339 |
| | Default Value: edu.ucsb.nceas.metacat.AuthLdap | |
|
|
339 |
| | Default Value: edu.ucsb.nceas.metacat.authentication.AuthFile | |
|
|
340 | 340 |
+-----------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------+ |
341 | 341 |
| auth.timeoutMinutes* | The number of minutes that a user will stay logged in to Metacat | 180 | |
342 | 342 |
| | without any activity. | | |
Also available in: Unified diff
Add the part for the AuthFile class in the auth.class property.