Revision 3877
Added by Jing Tao over 16 years ago
lib/metacat.properties | ||
---|---|---|
221 | 221 |
delimiteredOutputFile=/tmp/metacat.debug.delimitered |
222 | 222 |
|
223 | 223 |
# Used for client testing and typically don't need to be changed |
224 |
mcuser="uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org"
|
|
225 |
mcpassword="kepler"
|
|
226 |
mcanotheruser="uid=tao,o=NCEAS,dc=ecoinformatics,dc=org"
|
|
227 |
mcanotherpassword="yourpass"
|
|
228 |
piscouser="uid=tao,o=PISCO,dc=ecoinformatics,dc=org"/>
|
|
229 |
piscopassword="yourpass"/>
|
|
230 |
lteruser="uid=jtao,o=LTER,dc=ecoinformatics,dc=org"/>
|
|
231 |
lterpassword="yourpass"/>
|
|
224 |
mcuser=uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org
|
|
225 |
mcpassword=kepler
|
|
226 |
mcanotheruser=uid=tao,o=NCEAS,dc=ecoinformatics,dc=org
|
|
227 |
mcanotherpassword=yourpass
|
|
228 |
piscouser=uid=tao,o=PISCO,dc=ecoinformatics,dc=org
|
|
229 |
piscopassword=yourpass
|
|
230 |
lteruser=uid=jtao,o=LTER,dc=ecoinformatics,dc=org
|
|
231 |
lterpassword=yourpass
|
|
232 | 232 |
|
233 | 233 |
|
234 | 234 |
######## Harvester section ######################################### |
Also available in: Unified diff
Check into cvs head. Remove the double quotes in muser, mpassword and et al.