Apache2-AuthCAS

 view release on metacpan or  search on metacpan

lib/Apache2/AuthCAS.pm  view on Meta::CPAN

1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
# The level of logging, ERROR(0) - EMERG(4)
CASLogLevel                 0
 
# Should we set the 'Basic' authentication header?
CASPretendBasicAuth         0
 
# Where do we redirect if there is an error?
CASErrorUrl                 "http://localhost/cas/error/"
 
# Session cleanup threshold (1 in N requests)
# Session cleanup will occur for each Apache thread or process -
#   i.e. for 10 processes, it may take as many as 100 requests before
# session cleanup is performed with a threshold of 10)
 
CASSessionCleanupThreshold  10
 
# Session cookie configuration for this service
CASSessionCookieDomain      ""
CASSessionCookieName        "APACHECAS"
CASSessionTimeout           1800



( run in 0.233 second using v1.01-cache-2.11-cpan-05444aca049 )