Revision 5630
Added by berkley about 14 years ago
metacat.properties | ||
---|---|---|
142 | 142 |
|
143 | 143 |
######## Authentication and LDAP ############################################## |
144 | 144 |
|
145 |
auth.class=edu.ucsb.nceas.metacat.AuthLdap |
|
145 |
#auth.class=edu.ucsb.nceas.metacat.AuthLdap
|
|
146 | 146 |
# Use AuthStub to test and guarantee authentication |
147 |
## auth.class=edu.ucsb.nceas.metacat.AuthStub
|
|
147 |
auth.class=edu.ucsb.nceas.metacat.AuthStub |
|
148 | 148 |
auth.timeoutMinutes=180 |
149 | 149 |
# auth.administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org |
150 | 150 |
auth.administrators= |
... | ... | |
453 | 453 |
# Instead, the system will use backed up configuration values. If you |
454 | 454 |
# haven't ever configured the app (no backup files) the system will take |
455 | 455 |
# you through the configuration. |
456 |
dev.runConfiguration=true
|
|
456 |
dev.runConfiguration=false
|
|
457 | 457 |
|
458 | 458 |
|
459 | 459 |
############# DataONE Section ####################################### |
Also available in: Unified diff
fixed a couple bugs with dates and fixed a major bug where metacat was reading the entire document from the database everytime a DocumentImpl instance was created even though it didn't need to