grnq / joid

Java OpenID = JOID OpenID providers and relying parties for OpenID 1.1 and 2.0
Other
4 stars 0 forks source link

Store implementation for LDAP #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Store interface is used for storing Association and Nonce objects. The
attached patch provides a new implementation for storing this objects in a
directory server using JNDI. The store can be configured from
stores/directory/src/DirectoryStore.properties file. 

This issue may depend on issue 14(Switch to java 1.5).

I have tested the implementation with Apache Directory Server, but it
should work with any LDAP server. 

Attached patch can be applied on *nix systems using :
patch -p1 <patch_file>

Original issue reported on code.google.com by enis....@gmail.com on 21 Feb 2008 at 12:17

Attachments: