[
http://jira.jboss.com/jira/browse/JBSEAM-2559?page=all ]
Shane Bryzak closed JBSEAM-2559.
--------------------------------
Resolution: Done
This feature is now completed, and tested extensively using OpenLDAP. If there are any
brave souls who could test this against their own LDAP server any feedback would be
greatly appreciated. Configuration is done in components.xml, and *most* of the
attributes should be pretty obvious. Here's an example:
<identity-management:ldap-identity-store
server-address="60.241.32.50"
bind-DN="cn=Manager,dc=bryzak,dc=com"
bind-credentials="secret"
user-DN-prefix="uid="
user-DN-suffix=",ou=Person,dc=bryzak,dc=com"
role-DN-prefix="cn="
role-DN-suffix=",ou=Roles,dc=bryzak,dc=com"
user-context-DN="ou=Person,dc=bryzak,dc=com"
role-context-DN="ou=Roles,dc=bryzak,dc=com"
user-role-attribute="roles"
role-name-attribute="cn"
user-object-classes="person,uidObject"
enabled-attribute="enabled"
/>
It also needs to be hooked up to the identity manager:
<identity-management:identity-manager
identity-store="#{ldapIdentityStore}"/>
Create an LDAP Identity Store for Identity Management
-----------------------------------------------------
Key: JBSEAM-2559
URL:
http://jira.jboss.com/jira/browse/JBSEAM-2559
Project: JBoss Seam
Issue Type: Feature Request
Components: Security
Reporter: Shane Bryzak
Assigned To: Shane Bryzak
Fix For: 2.1.0.GA
We need one of these, as many people store their users and roles in LDAP. We should
ensure that it works with Red Hat Directory Server
(
http://www.redhat.com/directory_server/) and OpenLDAP.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira