Skip to content

v1.2.0

Compare
Choose a tag to compare
@g0dsCookie g0dsCookie released this 17 May 09:59

Added

  • Authentication sessions
  • 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.