[java-identity-provider] branch master updated: Fix comment at the top.

Scott Cantor cantor.2 at osu.edu
Tue Mar 3 08:59:57 EST 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=bc210efd5dea05e8b98114335eee8af23cfec92d

The following commit(s) were added to refs/heads/master by this push:
       new  bc210ef   Fix comment at the top.
bc210ef is described below

commit bc210efd5dea05e8b98114335eee8af23cfec92d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 3 08:59:53 2020 -0500

    Fix comment at the top.
---
 .../main/resources/conf/attribute-resolver-ldap.xml    | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/idp-conf/src/main/resources/conf/attribute-resolver-ldap.xml b/idp-conf/src/main/resources/conf/attribute-resolver-ldap.xml
index 7269887..19b68d6 100644
--- a/idp-conf/src/main/resources/conf/attribute-resolver-ldap.xml
+++ b/idp-conf/src/main/resources/conf/attribute-resolver-ldap.xml
@@ -1,17 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    This file is an EXAMPLE configuration file containing lots of commented
-    example attributes, encoders, and a couple of example data connectors.
+    This file is an EXAMPLE configuration file containing some example attributes
+    based on some commonly used approaches when LDAP is the principal data source.
      
-    Not all attribute definitions or data connectors are demonstrated, but
-    a variety of LDAP attributes, some common to Shibboleth deployments and
-    many not, are included.
-    
-    Deployers should refer to the Identity Provider 3 documentation
-    
-    https://wiki.shibboleth.net/confluence/display/IDP30/AttributeResolverConfiguration
-     
-    for a complete list of components and their options.
+    Not all attribute definitions or data connectors are demonstrated, but some
+    LDAP attributes common to Shibboleth deployments (and some not so common) are
+    included.
+
+    This example is in no way usable as a substitute for reading the documentation.    
 -->
 <AttributeResolver
         xmlns="urn:mace:shibboleth:2.0:resolver"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list