[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_6 updated. 4807af4794d44cb0744d60ba491b37bea5575a11

Evergreen Git git at git.evergreen-ils.org
Wed Jan 21 10:22:37 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_6 has been updated
       via  4807af4794d44cb0744d60ba491b37bea5575a11 (commit)
      from  9cd56c8d4d2d380ebde6a762a79c74a620be4dd4 (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 4807af4794d44cb0744d60ba491b37bea5575a11
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 cc7df8a..cf6d1a5 100644
--- a/Open-ILS/examples/opensrf.xml.example
+++ b/Open-ILS/examples/opensrf.xml.example
@@ -446,6 +446,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