[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/attribute-resolver-ldap.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Oct 17 14:33:10 EDT 2016


Author: tzeller
Date: Mon Oct 17 14:33:09 2016
New Revision: 8499

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8499&view=rev
Log:
IDP-1064 - Return all LDAP attributes by default

https://issues.shibboleth.net/jira/browse/IDP-1064

Modified:
    trunk/idp-conf/src/main/resources/conf/attribute-resolver-ldap.xml

Modified: trunk/idp-conf/src/main/resources/conf/attribute-resolver-ldap.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/attribute-resolver-ldap.xml?rev=8499&r1=8498&r2=8499&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/attribute-resolver-ldap.xml	(original)
+++ trunk/idp-conf/src/main/resources/conf/attribute-resolver-ldap.xml	Mon Oct 17 14:33:09 2016
@@ -81,7 +81,6 @@
                 %{idp.attribute.resolver.LDAP.searchFilter}
             ]]>
         </FilterTemplate>
-        <ReturnAttributes>eduPersonPrincipalName,mail,uid</ReturnAttributes>
 	<ConnectionPool
             minPoolSize="%{idp.pool.LDAP.minSize:3}"
             maxPoolSize="%{idp.pool.LDAP.maxSize:10}"



More information about the commits mailing list