ansible-roles/roles/lemonldap_ng/vars/main.yml
2021-12-01 19:13:34 +01:00

21 lines
531 B
YAML

---
# Session tables used with the database backend
# to store the various type of sessions
llng_session_tables:
global:
name: sessions
index: ipAddr _whatToTrace user _session_kind _utime _httpSessionType
persistent:
name: psessions
index: ipAddr _whatToTrace _session_kind _httpSessionType _session_uid
saml:
name: samlsessions
index: _session_kind _utime _saml_id
oidc:
name: oidcsessions
index: _session_kind _utime
cas:
name: cassessions
index: _session_kind _utime _cas_id