Revision 8583
Added by ben leinfelder almost 11 years ago
metacat.properties | ||
---|---|---|
166 | 166 |
|
167 | 167 |
######## Authentication ############################################## |
168 | 168 |
|
169 |
auth.class=edu.ucsb.nceas.metacat.AuthLdap
|
|
170 |
#auth.class=edu.ucsb.nceas.metacat.authentication.AuthFile
|
|
169 |
auth.class=edu.ucsb.nceas.metacat.authentication.AuthFile
|
|
170 |
#auth.class=edu.ucsb.nceas.metacat.AuthLdap
|
|
171 | 171 |
# Use AuthStub to test and guarantee authentication |
172 |
# auth.class=edu.ucsb.nceas.metacat.AuthStub
|
|
173 |
# auth.administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org
|
|
172 |
#auth.class=edu.ucsb.nceas.metacat.AuthStub |
|
173 |
#auth.administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org |
|
174 | 174 |
auth.administrators= |
175 | 175 |
auth.userManagementUrl= |
176 | 176 |
auth.allowedSubmitters= |
Also available in: Unified diff
use AuthFile by default. https://projects.ecoinformatics.org/ecoinfo/issues/6320