Changeset 1256
- Timestamp:
- 12/07/11 11:06:22 (18 months ago)
- Location:
- raptor-mua/trunk
- Files:
-
- 2 edited
-
pom.xml (modified) (1 diff)
-
src/main/conf-default/attribute-association.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
raptor-mua/trunk/pom.xml
r1254 r1256 3 3 <groupId>uk.ac.cardiff.raptor</groupId> 4 4 <artifactId>raptor-mua</artifactId> 5 <version>1.0. 1-SNAPSHOT</version>5 <version>1.0.0-SNAPSHOT</version> 6 6 <!-- <packaging>jar</packaging> --> 7 7 <name>Raptor Multi-Unit Aggregator</name> -
raptor-mua/trunk/src/main/conf-default/attribute-association.xml
r1249 r1256 38 38 <property name="dataConnector"><ref bean="ldapDataConnector"/></property> 39 39 <!-- add the filter here, where [principal] is replaced by the actual principal value extracted per event --> 40 <property name="search FilterTemplate"><value>cn=[principal]</value></property>40 <property name="searchTemplate"><value>cn=[principal]</value></property> 41 41 <property name="enabled"><value>true</value></property> 42 42 <property name="classToAdd"><value type="java.lang.Class">uk.ac.cardiff.model.event.auxiliary.PrincipalInformation</value></property> … … 61 61 <property name="dataConnector"><ref bean="ldapDataConnector"/></property> 62 62 <!-- add the filter here, where [principal] is replaced by the actual principal value extracted per event --> 63 <property name="search FilterTemplate"><value>cn=[principal]</value></property>63 <property name="searchTemplate"><value>cn=[principal]</value></property> 64 64 <property name="enabled"><value>true</value></property> 65 65 <property name="classToAdd"><value type="java.lang.Class">uk.ac.cardiff.model.event.auxiliary.PrincipalInformation</value></property>
Note: See TracChangeset
for help on using the changeset viewer.
