tags:

views:

370

answers:

1

A organization I work with has multiple web facing applications (Django app, Rails apps, phpBB forums, mailman) and each has their own user logins and profiles. The organization wants to standardize on using LDAP has a place to store authentication and authorization data, as well as basic profile data.

Is there an existing open source web front end that would:

  1. List users self register accounts, preferably with an email confirmation workflow.
  2. Let administrators place users into groups that could be used as a way of granting access to the various web apps.
  3. Let users self maintain their profile data, change passwords, retrieve or reset forgotten passwords

Django or Rails based would be preferred. It's possible that something like OpenSSO would be accepted if it could just be dropped in, although they are Java phobic at this time.

I'm not worried how to integrate those other systems into LDAP, and I'm not even terribly worried about single sign on. I just want the users to be self maintain their profile data and have it in an LDAP backend.

A: 

I too could use a system that performs this function. Anyone know of anything?