Revision 4984
Added by daigle over 15 years ago
metacat.properties | ||
---|---|---|
120 | 120 |
######## Authentication and LDAP ############################################## |
121 | 121 |
|
122 | 122 |
auth.class=edu.ucsb.nceas.metacat.AuthLdap |
123 |
// Use AuthStub to test and guarantee authentication |
|
124 |
//auth.class=edu.ucsb.nceas.metacat.AuthStub |
|
123 | 125 |
auth.timeoutMinutes=180 |
124 | 126 |
# auth.administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org |
125 | 127 |
auth.administrators= |
... | ... | |
392 | 394 |
sitemap.interval=86400000 |
393 | 395 |
|
394 | 396 |
######## Workflow engine section ######################################### |
395 |
executionEngine.endPointAddress=http://chico1.dyndns.org/axis2/services/KeplerWebService
|
|
397 |
executionEngine.endPointAddress=http://localhost:8080/axis2/services/KeplerWebService
|
|
396 | 398 |
|
397 | 399 |
######## junit test section ################ |
398 | 400 |
|
Also available in: Unified diff
Created new AuthStub class to always authenticate.