Josh,

I haven't seen the Kuali documentation for CAS so I can't comment on that
(if you post the link I may be able to help).  However, you can download the
CAS distribution (http://www.ja-sig.org/products/cas/downloads/) and go from
there.

The CAS distribution includes handlers for things like database, LDAP, etc.
built in.  You merely need to configure CAS and include the correct jars.

The way a CAS distribution currently works is there is a localPlugins
directory.  It includes a src directory and a lib directory.  If you have
custom source code put it in src, if you have binary libraries place them in
lib. Then edit the $PROJECT_HOME/webapp/WEB-INF/deployerConfigContext.xml to
include your AuthenticationHandler (either the one you wrote or the one you
are including).  This file is a simple Spring XML configuration file.

Once that is done, run "ant war" in the localPlugins directory.

Hope that helps!
-Scott



On 2/15/07, Josh Andrews <[EMAIL PROTECTED]> wrote:

I'm using Kuali Financial System and would like to move beyond the basic
demo binary CAS deployment, which uses what I think is the default CAS
war file.

The only problem is that I'm not really sure where to start. Kuali's
website mentions editing particular .java files and recompiling, which I
can do, but I'm not sure where to get the source from -- the main CAS
trunk, Kuali's source, or what? And then how would I configure it for
other scenarios? Kind of hard to figure out without some examples, but
I'm not sure what to look at.

As a test scenario I'm thinking about just starting up a local LDAP
server on the test Linux machine that I'm using and populating it with a
few entries. Any suggestions?

Thanks,

Josh

_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to