Revision 8528
Added by Jing Tao almost 11 years ago
lib/metacat.properties | ||
---|---|---|
166 | 166 |
######## Authentication ############################################## |
167 | 167 |
|
168 | 168 |
auth.class=edu.ucsb.nceas.metacat.AuthLdap |
169 |
#auth.class=edu.ucsb.nceas.metacat.authentication.AuthFile |
|
169 | 170 |
# Use AuthStub to test and guarantee authentication |
170 | 171 |
# auth.class=edu.ucsb.nceas.metacat.AuthStub |
171 | 172 |
# auth.administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org |
... | ... | |
176 | 177 |
auth.moderators= |
177 | 178 |
#auth.moderators=cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org |
178 | 179 |
#auth.moderators=cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org:cn=esa-moderators,dc=ecoinformatics,dc=org:cn=parc-moderators,o=PARC,dc=ecoinformatics,dc=org |
180 |
auth.defaultUserManagementPage=/style/common/default-user-management.jsp |
|
179 | 181 |
#####File-based Authentication###### |
180 | 182 |
auth.file.path=/var/metacat/certs/password |
181 | 183 |
auth.file.hashClassName=edu.ucsb.nceas.metacat.authentication.AuthFileBCryptHash |
Also available in: Unified diff
Add a property to store the default user management page.