-
1. Re: JBossDirectory: JNDI Based Ldap Server
starksm64 Dec 28, 2004 12:13 PM (in response to anil.saldhana)I would like to see support for javax.naming.directory.DirContext and javax.naming.ldap.LdapContext added to the naming service. I don't know that I want this coupled to TreeCache. That should be an implementation detail or quality of service selection. Both the DirContext and LdapContext could be added to the existing implementation, although I'm not sure the LdapContext would be worthwhile in that case.
The existing HAJNDI implementation also clearly intersects here. -
2. Re: JBossDirectory: JNDI Based Ldap Server
anil.saldhana Dec 28, 2004 12:24 PM (in response to anil.saldhana)In the prototype I have hacked together, the DirContext is not tied to TreeCache. All it does is create sockets to a backend DirectoryServer socket service( which is married to TreeCache). The Directory Server deals with parsing, backend storage etc (typical ldap server tasks).
I have the implementation for javax.naming.directory.DirContext in a new module called "directory", which comes with testcases. Do you want me to import the module into HEAD? -
3. Re: JBossDirectory: JNDI Based Ldap Server
starksm64 Dec 28, 2004 12:43 PM (in response to anil.saldhana)There already is a jnp module for the existing naming service. This should evolve into the next gen naming service using the org.jboss.naming package as the root. You can create a new directory module for the combined naming/directory service.
-
4. Re: JBossDirectory: JNDI Based Ldap Server
anil.saldhana Dec 30, 2004 3:07 PM (in response to anil.saldhana)http://incubator.apache.org/directory/subprojects/eve/
Apache Eve is a ldap server written in Java. Need to look at prospects of integrating it into JBoss. -
5. Re: JBossDirectory: JNDI Based Ldap Server
klaasjan Jan 12, 2005 4:29 PM (in response to anil.saldhana)Is the source code for the prototype publicly available?
I could use some code that shows how to add an ldap protocol service to jboss. If possible I'm willing to help extend your code. -
6. Re: JBossDirectory: JNDI Based Ldap Server
anil.saldhana Jan 13, 2005 3:18 PM (in response to anil.saldhana)I have not imported the source code into the JBoss source repository. Will do so in the next few days. Currently the prototype does not do any fancy things and uses only the Jboss feature of "JBossCache/TreeCache".
Klaasjan, I welcome you to join the JBossDirectory project. Can you expand on what your requirements are? This way, I can tell whether your requirements and my plans have any common points.