Comment 3 for bug 455163

Revision history for this message
Gediminas Paulauskas (menesis) wrote : Fwd: CAS deployment

---------- Forwarded message ----------
From: Alan Elkner
To: Tom Hoffman

Tom,

I checked SLA's configuration of CAS, and here's what it takes to get
CAS deployed:

1) schooltool.cas needs to be in the path (whether as an egg or as
part of a sandbox)
2) a slug called schooltool.cas-configure.zcml needs to go in the
instance/plugins directory with contents:

  <include package="schooltool.cas" />

3) the following needs to be added to schooltool.conf (substitute your
own server for the sla example):

  <cas_authority>
    server https://sla.mics.me/
  </cas_authority>

And that's it.

Thanks,
Alan