[Trac-tickets] [The Trac Project] #2194: Make user credentials
available to IPermissionStore & IPermissionGroupProvider component
The Trac Project
noreply at edgewall.com
Sat Oct 8 07:54:33 CDT 2005
#2194: Make user credentials available to IPermissionStore &
IPermissionGroupProvider component
-------------------------+--------------------------------------------------
Reporter: eblot | Owner: jonas
Type: enhancement | Status: new
Priority: low | Milestone: 1.0
Component: general | Version: 0.9b2
Severity: minor | Keywords: |
-------------------------+--------------------------------------------------
Permission backends, such as LDAP, may require authenticated access (non-
anynomous bind, in LDAP terminology)
Today, credentials for such an authenticated access need to be hardcoded
in the trac configuration (trac.ini, likely).
It would be nice if the end user credentials (from the login) could be
used to perform authentication on the permission store backend.
The "end user" may be a Trac admin, who wants to change the permission
through the webadmin plugin for example.
This would allow to tie a permission change to a peculiar (admin) user on
the backend as well.
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2194>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list