-
1. Re: how to set up CAS server against LDAP
shiyusen May 13, 2009 2:26 AM (in response to pooja.ambre)Here are the steps:
1. Config JBoss Portal + LDAP;
2. Config CAS + LDAP;
3. Config JBoss Portal + CAS by valve.
Here is an example of JBoss Portal 2.7.2 + CAS 3.3.1 + OpenLDAP:
http://langhua.org/ -
2. Re: how to set up CAS server against LDAP
pooja.ambre May 16, 2009 1:12 AM (in response to pooja.ambre)Hi Shi Yusen
thanks a lot for the reply but can u plz give detailed steps of inegrating
openldap with CAS & openldap with jboss portal
I have integrated CAS with jboss portal by fllowing the instructions given in the refrence guide
as I mentioned earlier i am using jbossportal 2.7.0
regards
thanks -
3. Re: how to set up CAS server against LDAP
abartkiv May 18, 2009 3:55 AM (in response to pooja.ambre)The target: to launch authorization for simple web application, Apache roller and Jboss portal by using CAS
There has been used CAS server version 3.2.1.1, CAS client 2.0 for roller and web application; CAS client 3.0.7 for portal. Jboss portal 2.6.4, Roller 4.0 and Jboss AS 4.2.2
This configuration has been run on 2 jboss nodes. The first one with domain node1.jboss.com (CAS, roller and web app) and the second node2.jboss.com (portal). You may do that like:
- run -c default -b node1.jboss.com
- run -c default2 -b node2.jboss.com
The installation scenario
1. To install SSL on Jboss. - http://i-proving.ca/space/Technologies/JBoss/Configuring+JBoss+SSL - start the jboss java process as described http://yukon.cv.ua/wiki/index.php/SSL_disable_validation there is only one difference: don't export certificate from browser but use the Key Store that has been used for establishing Jboss SSL connection
2. To start CAS server, just copy CAS war file
3 To configure Roller for CAS supporting by using http://cwiki.apache.org/confluence/display/ROLLER/Roller+4.0+with+LDAP+and+CAS
4 To configure Portal for CAS supporting by using manual http://docs.jboss.com/jbportal/v2.6.4/referenceGuide/html/sso.html
Some tips: As user storage there has been used Roller DB. The same user should exist in roller and portal DBs
Install CAS infrastructure under LDAP
1. to launch CAS as well as Roller with LDAP supporting by using http://cwiki.apache.org/confluence/display/ROLLER/Roller+4.0+with+LDAP+and+CAS
2. to launch Jboss portal with ldap supporting by using http://blog.jboss-portal.org/2007/06/ldap-support-tutorial-for-jboss-portal.html
3. Install Apache directory server as LDAP server
4. To create users and roles by using the following LDIF file http://cwiki.apache.org/confluence/download/attachments/69218/roller.ldif?version=2 -
4. Re: how to set up CAS server against LDAP
abartkiv May 18, 2009 3:58 AM (in response to pooja.ambre)"abartkiv" wrote:
The target: to launch authorization for simple web application, Apache roller and Jboss portal by using CAS
There has been used CAS server version 3.2.1.1, CAS client 2.0 for roller and web application; CAS client 3.0.7 for portal. Jboss portal 2.6.4, Roller 4.0 and Jboss AS 4.2.2
This configuration has been run on 2 jboss nodes. The first one with domain node1.jboss.com (CAS, roller and web app) and the second node2.jboss.com (portal). You may do that like:
- run -c default -b node1.jboss.com
- run -c default2 -b node2.jboss.com
The installation scenario
1. To install SSL on Jboss. - http://i-proving.ca/space/Technologies/JBoss/Configuring+JBoss+SSL - start the jboss java process there is only one difference: don't export certificate from browser but use the Key Store that has been used for establishing Jboss SSL connection
2. To start CAS server, just copy CAS war file
3 To configure Roller for CAS supporting by using http://cwiki.apache.org/confluence/display/ROLLER/Roller+4.0+with+LDAP+and+CAS
4 To configure Portal for CAS supporting by using manual http://docs.jboss.com/jbportal/v2.6.4/referenceGuide/html/sso.html
Some tips: As user storage there has been used Roller DB. The same user should exist in roller and portal DBs
Install CAS infrastructure under LDAP
1. to launch CAS as well as Roller with LDAP supporting by using http://cwiki.apache.org/confluence/display/ROLLER/Roller+4.0+with+LDAP+and+CAS
2. to launch Jboss portal with ldap supporting by using http://blog.jboss-portal.org/2007/06/ldap-support-tutorial-for-jboss-portal.html
3. Install Apache directory server as LDAP server
4. To create users and roles by using the following LDIF file http://cwiki.apache.org/confluence/download/attachments/69218/roller.ldif?version=2 -
5. Re: how to set up CAS server against LDAP
thelinker Jul 16, 2012 11:44 AM (in response to abartkiv)Just an update on the above post,
http://i-proving.ca/space/Technologies/JBoss/Configuring+JBoss+SSL
should be
http://i-proving.com/2006/05/30/Configuring-JBoss-SSL/
-
6. Re: how to set up CAS server against LDAP
thelinker Jul 16, 2012 11:46 AM (in response to thelinker)Also, I don't recommend viewing http://i-proving.com/2006/05/30/Configuring-JBoss-SSL/ in internet explorer since it puts some of the pictures over the text.