Hi. We switched to a filter because the bind template was too restrictive and didn't work well with sites that had multiple orgs.
If your bind template was indeed:
uid=%u,ou=People,o=Company
Then you should be able to do something like:
search filter: (uid=%u)
search base: ou=People,o=Company
I just tried the following on my dev box and it worked:
search filter: (uid=%u)
search base: ou=people,dc=slapshot,dc=liquidsys,dc=com
Let me know if that works for you...
roland |