Project

General

Profile

« Previous | Next » 

Revision 3575

Added by Jing Tao about 17 years ago

Add new lter and psico usr/pass to check reffal working fine

View differences:

build.xml
132 132
      <!-- usr for client testing, generally you don't need change-->
133 133
      <property name="mcuser" value="uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org"/>
134 134
      <property name="mcpassword" value="kepler"/>
135
      <property name="mcanotheruser" value="uid=jtao,o=LTER,dc=ecoinformatics,dc=org"/>
136
      <property name="mcanotherpassword" value=""/>
135
      <property name="mcanotheruser" value="uid=tao,o=NCEAS,dc=ecoinformatics,dc=org"/>
136
      <property name="mcanotherpassword" value="yourpass"/>
137
   	   <property name="piscouser" value="uid=tao,o=PISCO,dc=ecoinformatics,dc=org"/>
138
   	   <property name="piscopassword" value="yourpass"/>
139
   	   <property name="lteruser" value="uid=jtao,o=LTER,dc=ecoinformatics,dc=org"/>
140
   	   <property name="lterpassword" value="yourpass"/>
137 141

  
138 142
      <property name="debug" value="on" />
139 143
      <property name="debuglevel" value="55" />
......
333 337
      <filter token="register" value="${register}"/>
334 338
      <filter token="searchResults" value="${searchResults}"/>
335 339
   	  <filter token="ldapMainServerFailure" value="${ldapMainServerFailure}"/>
340
   	  <filter token="lter-user" value="${lteruser}"/>
341
   	  <filter token="lter-pass" value="${lterpassword}"/>
342
      <filter token="pisco-user" value="${piscouser}"/>
343
      <filter token="pisco-pass" value="${piscopassword}"/>
344
   	   
336 345
       
337 346
   	  <filter token="timedreplication" value="${timedreplication}" />
338 347
   	  <filter token="firsttimedreplication" value="${firsttimedreplication}" />

Also available in: Unified diff