[java-identity-provider COMMIT] /trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jun 30 06:24:42 EDT 2014
Author: rdw
Date: Mon Jun 30 06:24:42 2014
New Revision: 6194
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6194&view=rev
Log:
If we supply a SpringResources then we do not need to specify a DataConnector.
Modified:
trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd
Modified: trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd?rev=6194&r1=6193&r2=6194&view=diff
==============================================================================
--- trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd (original)
+++ trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd Mon Jun 30 06:24:42 2014
@@ -409,7 +409,7 @@
<complexContent>
<extension base="resolver:BaseDataConnectorType">
<sequence>
- <element name="FilterTemplate" type="string">
+ <element name="FilterTemplate" type="string" minOccurs="0">
<annotation>
<documentation>
A template used to construct the LDAP filter used to query the directory.
More information about the commits
mailing list