Revision 8598
Added by ben leinfelder almost 11 years ago
lib/metacat.properties | ||
---|---|---|
180 | 180 |
#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 |
181 | 181 |
auth.defaultUserManagementPage=/style/common/default-user-management.jsp |
182 | 182 |
#####File-based Authentication###### |
183 |
auth.file.path=/var/metacat/certs/password
|
|
183 |
auth.file.path=/var/metacat/users/password.xml
|
|
184 | 184 |
auth.file.hashClassName=edu.ucsb.nceas.metacat.authentication.AuthFileBCryptHash |
185 | 185 |
######LDAP-based Authentication############# |
186 | 186 |
auth.timeoutMinutes=180 |
Also available in: Unified diff
use '/var/metacat/users/password.xml' as the default password file path to: a) indicate it is for managing users and b) that it uses XML serialization. https://projects.ecoinformatics.org/ecoinfo/issues/6320