refactor wsgi authentication script

Issue #141 resolved
Reimar Bauer created an issue

In a context where we do use different users than www-data we should care that the wsgi authenticator script also runs on that different user.

see also #118

Comments (5)

  1. Reimar Bauer reporter

    the simplest solution is to split the configuration into one for mss_settings and one for mss_auth

    the auth.wsgi must not have access to anything else than allowed_users

  2. Log in to comment