[cpp-sp] branch master updated: Remove rogue quotation mark

Rod Widdowson rdw at steadingsoftware.com
Mon Mar 19 12:18:30 EDT 2018


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

rdw pushed a commit to branch master
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=6cee50f87a5f71b40a5bb7f1a17f123e46bfebea

The following commit(s) were added to refs/heads/master by this push:
       new  6cee50f   Remove rogue quotation mark
6cee50f is described below

commit 6cee50f87a5f71b40a5bb7f1a17f123e46bfebea
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Mar 19 16:18:10 2018 +0000

    Remove rogue quotation mark
---
 configs/shibboleth3.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/shibboleth3.xml b/configs/shibboleth3.xml
index 5e3f473..7cc5a8c 100644
--- a/configs/shibboleth3.xml
+++ b/configs/shibboleth3.xml
@@ -21,7 +21,7 @@
 
     <!-- The ApplicationDefaults element is where most of Shibboleth's SAML bits are defined. -->
     <ApplicationDefaults entityID="https://sp.example.org/shibboleth"
-                         REMOTE_USER="eppn persistent-id targeted-id"">
+                         REMOTE_USER="eppn persistent-id targeted-id">
 
         <!--
         Controls session lifetimes, address checks, cookie handling, and the protocol handlers.

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


More information about the commits mailing list