[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. 7267934b9df98b0877b15f6f38d4f7b9a32482c0

Evergreen Git git at git.evergreen-ils.org
Wed Jan 21 10:21:51 EST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  7267934b9df98b0877b15f6f38d4f7b9a32482c0 (commit)
      from  e75501d30bda5b689c059559f59a4d58b2fe1388 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7267934b9df98b0877b15f6f38d4f7b9a32482c0
Author: Dan Wells <dbw2 at calvin.edu>
Date:   Thu Jan 8 16:30:59 2015 -0500

    LP#1408803 Add 'persist' login type to auth_proxy sample config
    
    A recent version of EG added the option to "stay logged in", and this
    was implemented as a new login type. Since basically everyone will use
    this option via the OPAC, it makes sense that this should be part of the
    sample config for auth_proxy.
    
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/Open-ILS/examples/opensrf.xml.example b/Open-ILS/examples/opensrf.xml.example
index 85adf44..9f3209d 100644
--- a/Open-ILS/examples/opensrf.xml.example
+++ b/Open-ILS/examples/opensrf.xml.example
@@ -447,6 +447,7 @@ vim:et:ts=4:sw=4:
                             <login_types>
                                 <type>staff</type>
                                 <type>opac</type>
+                                <type>persist</type>
                             </login_types>
                             <org_units>
                                 <unit>103</unit>

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/examples/opensrf.xml.example |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list