[jboss-jira] [JBoss JIRA] Commented: (JBPORTAL-1219) Make LDAP Identity modules to connect using SSL

Boleslaw Dawidowicz (JIRA) jira-events at jboss.com
Tue Feb 6 19:00:20 EST 2007


    [ http://jira.jboss.com/jira/browse/JBPORTAL-1219?page=comments#action_12352496 ] 
            
Boleslaw Dawidowicz commented on JBPORTAL-1219:
-----------------------------------------------

Setup is similar to the one described for LdapLoginModule: http://www.jboss.org/wiki/Wiki.jsp?page=LdapLoginModule

1) For LDAPConnectionContext you need to add:
<option>
               <name>protocol</name>
               <value>ssl</value>
</option>

2) You need to have keystore with imported server certificate you trust:
keytool -import -file ldapcert.der -keystore ldap.truststore

3)In server/default/deploy/properties-service.xml point the truststore:

    <attribute name="Properties">
          javax.net.ssl.trustStore=../server/default/conf/ldap.truststore
          javax.net.ssl.trustStorePassword=somepw
    </attribute>





> Make LDAP Identity modules to connect using SSL
> -----------------------------------------------
>
>                 Key: JBPORTAL-1219
>                 URL: http://jira.jboss.com/jira/browse/JBPORTAL-1219
>             Project: JBoss Portal
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: Portal Identity
>            Reporter: Boleslaw Dawidowicz
>         Assigned To: Boleslaw Dawidowicz
>             Fix For: 2.6.Beta1
>
>
> LDAP related identity modules should be able to connect to LDAP server using SSL 

-- 
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

        



More information about the jboss-jira mailing list