Skip to content

Deluge: Enable single sign on

Created by: prachisr

Complexity: 2 points

Assumption: Framework for creating LDAP user groups is implemented in #928 (closed). Assumption: The group 'bittorrent' is always shared with Transmission. See #951 (closed).

  • Remove authentication on Deluge web interface.
  • Enable single sign on by reusing configuration already available as web server configuration include file. See other applications that use mod_authpubtkt for authentication for examples.
  • Create a user group in LDAP called 'bittorrent'.
  • Restrict access to user group 'bittorrent'.
  • Update the manual page about the authentication mechanism
Edited by Veiko Aasa