|
From: Ronald v. K. <rv...@ab...> - 2003-11-05 00:53:09
|
Hi, I finally implemented my ldap url resolver based on the mozilla ldap sdk so It does not require jndi or any thing. It supports connectionpooling and caching. All the parameters, including the ldap server, port and credentials, search base, filter etc.. are currently hardcoded in the resolver as they suit my environment. I'd like to make it configurable however and send it as a contribution to this project. Any suggestions on how to make it configuranle in a hermes compliant way? I could add several attributes on the resolver element, but that probably leads to schema changes of the config file. Ronald |