> Is there anyway I can for certain check that the ldapplugin is properly
> installed, or begin troubleshooting by other means?

If you have access to the LDAP log files (server-side), the easiest
way to check that the LdapPlugin is configured properly is to check
those files, and look for the requests it sends to your LDAP server.

Something that can be confusing in the Trac log files is that a plugin
may appear as loaded (Loading egg plugin ...), while being not
activated ([components] ldapplugin.* = enabled).

You can also use command-line tools such as "ldapsearch" to verify
that your LDAP parameters work as expected with the server.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to