Host login

Authenticate with LDAP before you can create a room.

Hosters use LDAP bind authentication. On success, Flask stores a session and unlocks the dashboard.

Required server config

  • LDAP_SERVER_URI like ldap://ldap.example.com:389
  • LDAP_USER_DN_TEMPLATE like uid={username},ou=People,...
  • SECRET_KEY for Flask sessions