Skip to content
Snippets Groups Projects
Commit 5f54b5fc authored by Dorian Merz's avatar Dorian Merz
Browse files

refs #18453 [fid_bbi] EZproxy configuration

parent a2c5c44a
No related merge requests found
...@@ -62,6 +62,37 @@ sslcapath = "/etc/ssl/certs" ...@@ -62,6 +62,37 @@ sslcapath = "/etc/ssl/certs"
;embed = true ;embed = true
;replace_other_urls = true ;replace_other_urls = true
[EZproxy]
host = https://fid-bbi.idm.oclc.org
;prefixLinks = true
; Uncomment the following line and change the password to something secret to enable
; EZproxy ticket authentication.
;secret = "verysecretpassword"
;
; To enable ticket authentication in EZproxy, you will also need the following in
; EZproxy's user.txt or ezproxy.usr for older versions (without the leading
; semicolons and spaces):
;
; ::CGI=https://vufind-server/ExternalAuth/EzproxyLogin?url=^R
; ::Ticket
; TimeValid 10
; SHA512 verysecretpassword
;
; Uncomment and modify the following line to use another hashing algorithm with the
; EZproxy authentication if necessary. SHA512 is the default, but it requires at
; least EZproxy version 6.1. Use "SHA1" for older EZproxy versions, and remember to
; replace SHA512 with SHA1 also in EZproxy's configuration file.
;secret_hash_method = "SHA512"
; Uncomment the following line to disable relaying of user name to EZproxy on ticket
; authentication:
;anonymous_ticket = true
; Uncomment the following line to disable logging of successful ticket
; authentication requests in VuFind:
;disable_ticket_auth_logging = true
[Content] [Content]
coversize = false coversize = false
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment