Skip to content

XMPP and LDAP cleanup

James Valleroy requested to merge jvalleroy:xmpp-ldap-cleanup into master

Here's a summary of the major changes:

  1. When creating an LDAP user, or changing their password, the new password is sent to the action using stdin, instead of a command-line option.
  2. LDAP authentication for XMPP is enabled in the on_install setup. The option to disable it has been removed.
  3. The XMPP user registration form is removed.
  4. Removed in-band registration option for XMPP. It doesn't work with LDAP authentication. (I think we could substitute this feature with an option to allow guest users to register non-admin accounts through Plinth.)
  5. Add option to enable/disable the XMPP service.

Merge request reports

Loading