-
Notifications
You must be signed in to change notification settings - Fork 9
/
mod_ucam_webauth.conf.skel
49 lines (37 loc) · 1.45 KB
/
mod_ucam_webauth.conf.skel
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# The Apache mod_ucam_webauth module implements authentication using
# the University of Cambridge Web Authentication System
# (Ucam-WebAuth).
# In a DSO environment the module must first be loaded using the
# 'LoadModule' directive. Under Apache v1 some configuration files use
# 'ClearModuleList' followed by 'AddModule' directives to ensure that
# modules are used in the right order - if mod_ucam_webauth is loaded
# loaded before 'ClearModuleList' then 'AddModule mod_ucam_webauth.c'
# will also be required.
LoadModule ucam_webauth_module @@LIBEXECDIR@@/mod_ucam_webauth.so
# AACookieKey MUST be assigned a value, here or elsewhere, before this
# authentication module is used.
# AACookieKey
# The following configuration directives are available once
# mod_ucam_webauth is loaded. They are shown below commented-out with
# their default settings - see documentation for usage and other
# possible values.
# AADescription
# AAResponseTimeout 30
# AAClockSkew 0
# AAMaxSessionLife 7200
# AAInactiveTimeout 0
# AATimeoutMsg 'your session on the site has expired'
# AACancelMsg
# AANoCookieMsg
# AAlogoutMsg
# AAKeyDir conf/webauth_keys
# AAAuthService https://raven.cam.ac.uk/auth/authenticate.html
# AALogoutService https://raven.cam.ac.uk/auth/logout.html
# AACookieName Ucam-WebAuth-Session
# AACookiePath /
# AACookieDomain
# AACacheControl On
# AAForceInteract Off
# AAFail Off
# AAAlwaysDecode Off
# AAAlwaysDecode Off