[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/conf: attribute-resolver-full.xml attribute-res...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Dec 17 11:24:20 EST 2014
Author: scantor
Date: Wed Dec 17 11:24:20 2014
New Revision: 7148
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7148&view=rev
Log:
Default properties.
Modified:
trunk/idp-conf/src/main/resources/conf/attribute-resolver-full.xml
trunk/idp-conf/src/main/resources/conf/attribute-resolver.xml
Modified: trunk/idp-conf/src/main/resources/conf/attribute-resolver-full.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/attribute-resolver-full.xml?rev=7148&r1=7147&r2=7148&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/attribute-resolver-full.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/attribute-resolver-full.xml Wed Dec 17 11:24:20 2014
@@ -312,7 +312,7 @@
baseDN="%{idp.attribute.resolver.LDAP.baseDN}"
principal="%{idp.attribute.resolver.LDAP.bindDN}"
principalCredential="%{idp.attribute.resolver.LDAP.bindDNCredential}"
- useStartTLS="%{idp.attribute.resolver.LDAP.useStartTLS}">
+ useStartTLS="%{idp.attribute.resolver.LDAP.useStartTLS:true}">
<dc:FilterTemplate>
<![CDATA[
(uid=${requestContext.principalName})
Modified: trunk/idp-conf/src/main/resources/conf/attribute-resolver.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/attribute-resolver.xml?rev=7148&r1=7147&r2=7148&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/attribute-resolver.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/attribute-resolver.xml Wed Dec 17 11:24:20 2014
@@ -79,7 +79,7 @@
baseDN="%{idp.attribute.resolver.LDAP.baseDN}"
principal="%{idp.attribute.resolver.LDAP.bindDN}"
principalCredential="%{idp.attribute.resolver.LDAP.bindDNCredential}"
- useStartTLS="%{idp.attribute.resolver.LDAP.useStartTLS}">
+ useStartTLS="%{idp.attribute.resolver.LDAP.useStartTLS:true}">
<dc:FilterTemplate>
<![CDATA[
(uid=${requestContext.principalName})
More information about the commits
mailing list