Ticket #73 (new issue)

Opened 2 years ago

Last modified 2 years ago

Trac should share user account information with the OSI Drupal Page

Reported by: ernie.prabhakar Owned by: zak
Priority: major Milestone: 2007 Q4
Component: Trac Management Severity:
Keywords: Cc:
Blocking: Blocked By:

Description

Right now, the Trac and Drupal use and require two separate logins. If they could be unified, then it would be much simpler to manage user account requests.

 http://groups.drupal.org/node/1047

Change History

Changed 2 years ago by zak

There are PAM modules for both Drupal and Trac. This should let us unify authentication.

Changed 2 years ago by emsearcy

Using PAM means that we're tying web page accounts to system accounts on a one-to-one basis, which I'd like to avoid on this server for security reasons. Furthermore, these system accounts would have to be shared, probably using pam_ldap/nss_ldap, which means we would not be able to add/remove accounts in either web interface. I would rather suggest OpenID, a cross-web-site authentication mechanism. This means that accounts can still be controlled in each web backend, but users between the sites share account names and passwords.

Note: See TracTickets for help on using tickets.