Hi, I've freshly installed trac 0.11b2 and added the "LDAPAuthStore for Account Manager plugin" the way it is described here : http://trac-hacks.org/ticket/1147
Everything went well until I tried to login. The following message appeared: AttributeError: Cannot find an implementation of the "IPasswordStore" interface named "LdapAuthStore". Please update the option account- manager.password_store in trac.ini. Indeed, the LdapAuthStore option isn't displayed in the Account Manager plugin list. I enabled the logs at debug level and I found this : 2008-04-17 11:54:16,028 Trac[loader] DEBUG: Loading acct_mgr.ldap_store from c:\python25\lib\site-packages \tracaccountmanager-0.2dev-py2.5.egg 2008-04-17 11:54:16,028 Trac[loader] ERROR: Skipping "acct_mgr.ldap_store = acct_mgr.ldap_store": (can't import "No module named crypt") This may explain why LdapAuthStore isn't displayed in the list. My question is: How do I proceed to install the crypt module. Or at least, where can I find this module for windows? Thanks in advance. Regards -- Vincent --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
