On May 7, 2008 at 15:21 -0400, Noah Kantrowitz wrote:
=>Derek Diget wrote:
=>> 
=>> 2) Authenticate users to our LDAP via AccountManagerPlugin's login page:
=>>     We don't want any "passwords" stored/cached within trac
=>> 
=>>     Use what plug-in or combination?
=>
=>http://pypi.python.org/pypi/TracLDAPAuth

OK, installed the 2.4 egg, and I think that I have made the correct 
updates to trac.ini by adding the following under the sections listed.


[components]
ldapauth.* = enabled

[account-manager]
password_store = LDAPStore

[ldap]
server = ldap.example.com
bind_dn = uid=%s,ou=people,dc=example,dc=com

(where example.com is replaced for our site.)


But....now when I try logging in from AccountManagerPlugin's login page, 
I get a python traceback where the last few lines are as follows:


  File 
"/usr/lib/python2.4/site-packages/Trac-0.11rc1-py2.4.egg/trac/config.py", line 
462, in __get__
    raise AttributeError('Cannot find an implementation of the "%s" '
AttributeError: Cannot find an implementation of the "IPasswordStore" interface 
named "LDAPStore".  Please update the option account-manager.password_store in 
trac.ini


Didn't I already do that?

Suggestions on what I missed?



-- 
***********************************************************************
Derek Diget                            Office of Information Technology
Western Michigan University - Kalamazoo  Michigan  USA - www.wmich.edu/
***********************************************************************

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to