> In LDAP I've following tree structure: > com->example->dkochelaev (this node has uid=dkochelaev)
You're missing a serachBase, try: <property name="searchBase" value="ou=com,dc=example" /> (or whatever applies) > One more thing that disturbs me is that when I change urls to > something like "bla-bla-bla" I also don't get any error messages. What > can be the root of the problem? You should see a bind exception somewhere in the logs. Mind that it's the Spring framework (or even the net class, I'm not really sure) that will give you the bind exception. eg: log4j.logger.org.springframework (it's been a while since I had to debug LDAP so I can't tell you the exact syntax for LDAP) -- Velpi _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
