You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Single-Sign-On with Authentication sessions and LDAPAUTHD_SESSION_DOMAIN
Changed
HTTP Headers are now latin1-encoded instead of utf8
New Configurations
LDAPAUTHD_SESSION_STORAGE defines the storage backend for sessions. Currently only memcached is available
LDAPAUTHD_SESSION_DOMAIN defines the domain for the cookie. This allows your to use Single-Sign-On if configured correctly.
For example you have 2 websites running on example.org and sub.example.org. If you set LDAPAUTHD_SESSION_DOMAIN=.example.org the session from example.org will also be available on sub.example.org
LDAPAUTHD_SESSION_HOST defines the hostname for your storage backend.
LDAPAUTHD_SESSION_TTL defines the maximum seconds a session is valid.