[java-identity-provider] branch main updated: Move LDAP resolver example to new examples folder.

Scott Cantor cantor.2 at osu.edu
Wed Mar 10 17:39:46 UTC 2021


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

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

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

The following commit(s) were added to refs/heads/main by this push:
       new  1a027575f Move LDAP resolver example to new examples folder.
1a027575f is described below

commit 1a027575fefe39ed10d796989321660815689cd2
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Mar 10 12:39:42 2021 -0500

    Move LDAP resolver example to new examples folder.
---
 .../src/main/resources/conf/attribute-resolver.xml  | 21 ++++++++++-----------
 .../conf/{ => examples}/attribute-resolver-ldap.xml |  0
 2 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/idp-conf/src/main/resources/conf/attribute-resolver.xml b/idp-conf/src/main/resources/conf/attribute-resolver.xml
index 0ee236be2..8d16a59b9 100644
--- a/idp-conf/src/main/resources/conf/attribute-resolver.xml
+++ b/idp-conf/src/main/resources/conf/attribute-resolver.xml
@@ -1,17 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
-    This file is an EXAMPLE configuration file. While the configuration
-    presented in this example file is semi-functional, it isn't very
-    interesting. It is here only as a starting point for your deployment
-    process.
-    
-    Very few attribute definitions and data connectors are demonstrated,
-    and the data is derived statically from the logged-in username and a
-    static example connector.
+This file is a rudimentary example. While it is semi-functional, it isn't very
+interesting. It is here only as a starting point for your deployment process
+to avoid any dependency on components like an LDAP directory.
 
-    Attribute-resolver-full.xml contains more examples of attributes,
-    encoders, and data connectors. Deployers should refer to the Shibboleth
-    documentation for a complete list of components and their options.
+Very few attribute definitions and data connectors are demonstrated, and the
+data is derived statically from the logged-in username and a static example
+connector.
+
+The file(s) in the examples directory contain more examples that involve more
+complex approaches. Deployers should refer to the documentation for a complete
+list of possible components and their options.
 -->
 <AttributeResolver
         xmlns="urn:mace:shibboleth:2.0:resolver" 
diff --git a/idp-conf/src/main/resources/conf/attribute-resolver-ldap.xml b/idp-conf/src/main/resources/conf/examples/attribute-resolver-ldap.xml
similarity index 100%
rename from idp-conf/src/main/resources/conf/attribute-resolver-ldap.xml
rename to idp-conf/src/main/resources/conf/examples/attribute-resolver-ldap.xml

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


More information about the commits mailing list