LDAP « Seam « JPA Q&A





1. JBoss Seam using LDAP Indetity Store and JPA Identity Store together    stackoverflow.com

I've been recently working on a JBoss Seam project (v2.1.1) where I want to autheticate against LDAP/AD and store premissions in a custom DB schema. The documentation states that this is possible ...

2. Using LDAP for authentication & JPA for roles and permissio...    seamframework.org

Things to note, (things I know work): 1. The custom identity class works without problem. 2. The CustomLdapIdentityStore works when authenticating against my active directory server. The class extends the LdapIdentityStore and fixes a problem for active directory authentication. 3. I got the same error before I wrote my custom class to work with active directory.