> BTW, it seems that the LdapPlugin is using an old method for plugin > description which may be deprecated in the future, I need to fix this > issue.
Done in 0.5.1 BTW, you can force the LdapPlugin to fail (so you'll be sure it is loaded/started or not) Edit your config file and change/replace the following items: [ldap] enable = false [trac] permission_store = LdapPermissionStore These instructions tell Trac to use the Ldap permission store, while the plugin is disabled. This should trigger an exception (red box in Trac interface), with the following message: TracError: LdapPermissionStore is not enabled HTH, Manu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
