I think it is pretty straight forward.
SSL is provided by apache - utilizing JkMount
dependencies include

                <artifactId>hibernate-entitymanager</artifactId>
                <artifactId>com.noelios.restlet</artifactId>
                <artifactId>spring-web</artifactId>
                <artifactId>tomcat-jdbc</artifactId>
                <artifactId>mysql-connector-java</artifactId>
                <artifactId>cas-server-support-ldap</artifactId>
                <artifactId>cas-server-support-jdbc</artifactId>
                <artifactId>cas-server-integration-restlet</artifactId>
                <artifactId>cas-server-webapp</artifactId>

Handlers include:
    org.jasig.cas.adaptors.jdbc.QueryDatabaseAuthenticationHandler
    org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler

Providing attributes over saml 1.1 using
    org.jasig.services.persondir.support.jdbc.MultiRowJdbcPersonAttributeDao

other than JDBCdataSource and LdapContextSource it is pretty much defaults.

-Stephen More

On Wed, Dec 7, 2011 at 12:29 PM, Marvin Addison
<[email protected]> wrote:
>> Is there something else that can pinpoint my problem ?
>
> Tell us more about your CAS server architecture and share any
> information from your configuration that you feel is relevant.
>
> M
>
> --
> You are currently subscribed to [email protected] as: 
> [email protected]
> To unsubscribe, change settings or access archives, see 
> http://www.ja-sig.org/wiki/display/JSG/cas-user

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to