Revision 3390
Added by Jing Tao over 17 years ago
lib/style/skins/ltss/ltss.cfg | ||
---|---|---|
1 | 1 |
# |
2 | 2 |
# General configuration parameters |
3 | 3 |
# |
4 |
metacatUrl = http://@server@@servlet-path@ |
|
4 |
metacatUrl = http://@httpserver@@servlet-path@
|
|
5 | 5 |
username = uid=esaadmin,o=NCEAS,dc=ecoinformatics,dc=org |
6 | 6 |
password = your-pw-goes-here |
7 | 7 |
ldapUrl=@ldapUrl@ |
lib/style/skins/knp/knp.cfg | ||
---|---|---|
1 | 1 |
# |
2 | 2 |
# General configuration parameters |
3 | 3 |
# |
4 |
metacatUrl = http://@server@@servlet-path@ |
|
4 |
metacatUrl = http://@httpserver@@servlet-path@
|
|
5 | 5 |
username = uid=knpadmin,o=KNP,dc=ecoinformatics,dc=org |
6 | 6 |
password = testme |
7 | 7 |
ldapUrl = @ldapUrl@ |
lib/style/skins/obfs/obfs.cfg | ||
---|---|---|
1 | 1 |
# |
2 | 2 |
# General configuration parameters |
3 | 3 |
# |
4 |
metacatUrl = http://@server@@servlet-path@ |
|
4 |
metacatUrl = http://@httpserver@@servlet-path@
|
|
5 | 5 |
username = uid=obfsadmin,o=LTER,dc=ecoinformatics,dc=org |
6 | 6 |
password = your-pw-goes-here |
7 | 7 |
ldapUrl=@ldapUrl@ |
lib/style/skins/knb2/knb2.cfg | ||
---|---|---|
1 | 1 |
# |
2 | 2 |
# General configuration parameters |
3 | 3 |
# |
4 |
metacatUrl = http://@server@@servlet-path@ |
|
4 |
metacatUrl = http://@httpserver@@servlet-path@
|
|
5 | 5 |
username = uid=knbadmin,o=NCEAS,dc=ecoinformatics,dc=org |
6 | 6 |
password = your-pw-goes-here |
7 | 7 |
ldapUrl=@ldapUrl@ |
lib/style/skins/specnet/specnet.cfg | ||
---|---|---|
1 | 1 |
# |
2 | 2 |
# General configuration parameters |
3 | 3 |
# |
4 |
metacatUrl = http://@server@@servlet-path@ |
|
4 |
metacatUrl = http://@httpserver@@servlet-path@
|
|
5 | 5 |
username = uid=specnetadmin,o=LTER,dc=ecoinformatics,dc=org |
6 | 6 |
password = your-pw-goes-here |
7 | 7 |
ldapUrl=@ldapUrl@ |
lib/style/skins/nrs/nrs.cfg | ||
---|---|---|
1 | 1 |
# |
2 | 2 |
# General configuration parameters |
3 | 3 |
# |
4 |
metacatUrl = http://@server@@servlet-path@ |
|
4 |
metacatUrl = http://@httpserver@@servlet-path@
|
|
5 | 5 |
username = uid=nrsadmin,o=NCEAS,dc=ecoinformatics,dc=org |
6 | 6 |
password = your-pw-goes-here |
7 | 7 |
ldapUrl=@ldapUrl@ |
lib/style/skins/esa/esa.cfg | ||
---|---|---|
1 | 1 |
# |
2 | 2 |
# General configuration parameters |
3 | 3 |
# |
4 |
metacatUrl = http://@server@@servlet-path@ |
|
4 |
metacatUrl = http://@httpserver@@servlet-path@
|
|
5 | 5 |
username = uid=esaadmin,o=NCEAS,dc=ecoinformatics,dc=org |
6 |
password = your-pw-goes-here
|
|
6 |
password = your-pw-goes-here |
|
7 | 7 |
ldapUrl=@ldapUrl@ |
8 | 8 |
defaultScope = esa |
9 | 9 |
organization = Ecological Society of America |
lib/style/skins/knb/knb.cfg | ||
---|---|---|
1 | 1 |
# |
2 | 2 |
# General configuration parameters |
3 | 3 |
# |
4 |
metacatUrl = http://@server@@servlet-path@ |
|
4 |
metacatUrl = http://@httpserver@@servlet-path@
|
|
5 | 5 |
username = uid=knbadmin,o=NCEAS,dc=ecoinformatics,dc=org |
6 | 6 |
password = your-pw-goes-here |
7 | 7 |
ldapUrl=@ldapUrl@ |
lib/style/skins/pisco/pisco.cfg | ||
---|---|---|
1 | 1 |
# |
2 | 2 |
# General configuration parameters |
3 | 3 |
# |
4 |
metacatUrl = http://@server@@servlet-path@ |
|
4 |
metacatUrl = http://@httpserver@@servlet-path@
|
|
5 | 5 |
username = uid=obfsadmin,o=LTER,dc=ecoinformatics,dc=org |
6 | 6 |
password = your-pw-goes-here |
7 | 7 |
ldapUrl=@ldapUrl@ |
Also available in: Unified diff
Change the token from server to httpserver in case server is not set https ( server has the https port)