Table of Contents

Change of Authentication in Metamod 2.X

Overview of Metamod authorization and authentication before 2.1

Type Access Authentication Password-store
Administration of Metamod http://server/adm BasicAuth-apache .htaccess-file
Administration of Tomcat http://server:XXXX/manager BasicAuth-tomcat tomcat-users-file
Access to upload-environment http://server/upl metamod metamod-file
Access to upload-environment ftp://server passwd PAM-configured
Administration of Metamod-server ssh:server passwd PAM-configured

Wishlist

The current implementation has some drawback, which are addressed by the following wishlist:

  1. one password store should be enough
  2. authentication methods security-level should be industry standard compliant
  3. single sign on

Idea

Password storage

Using a directory server for authentication. The directory server needs to support user, passwords and groups. This can be i.e. any LDAP server.

Industry Standard compliance

Single Sign On

No solution! Evaluated:

Changes needed

BasicAuth for /upl

(Optional) upload-area per user