[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_7 updated. 6c64a39cc5dc55333d97d4d92dbbe5648f8e37d9

Evergreen Git git at git.evergreen-ils.org
Wed Jan 21 10:22:17 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, rel_2_7 has been updated
       via  6c64a39cc5dc55333d97d4d92dbbe5648f8e37d9 (commit)
      from  844e2841457d6be4957ebb85da28c3244b4bea47 (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 6c64a39cc5dc55333d97d4d92dbbe5648f8e37d9
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