Re: [cas-user] Ensure the same credentials could be used only by one user at the same time

2009-10-20 Thread Yuriy Zubarev
We use JPA so I will investigate the table structure and try to come up with efficient queries. Thank you, Yuriy On Tue, Oct 20, 2009 at 6:09 PM, Scott Battaglia wrote: > Just a note that not all ticket registries are searchable, nor is it > possibly efficient to search them.  The default regis

Re: [cas-user] Ensure the same credentials could be used only by one user at the same time

2009-10-20 Thread Scott Battaglia
Just a note that not all ticket registries are searchable, nor is it possibly efficient to search them. The default registry will return an entire collection of tickets, while the memcache registry is unable to. The JPA one will, but to load the entire table of tickets may not be efficient. Chee

Re: [cas-user] Ensure the same credentials could be used only by one user at the same time

2009-10-20 Thread Yuriy Zubarev
Thank you, It helps a lot. Yuriy On Tue, Oct 20, 2009 at 5:41 PM, Marvin Addison wrote: >>> We have a business rule that forbids two different users to be logged >>> in the system under the same set of credentials at the same time. Does >>> CAS have a support for this? > > No. > >>> Does this f

Re: [cas-user] Ensure the same credentials could be used only by one user at the same time

2009-10-20 Thread Marvin Addison
>> We have a business rule that forbids two different users to be logged >> in the system under the same set of credentials at the same time. Does >> CAS have a support for this? No. >> Does this feature have a common name? Not that I'm aware of. > Any help would be appreciated. You will have

Re:[cas-user] Ensure the same credentials could be used only by one user at the same time

2009-10-20 Thread Yuriy Zubarev
Guys, Any help would be appreciated. Even some links to get started. Thank you, Yuriy On Mon, Oct 19, 2009 at 6:03 PM, Yuriy Zubarev wrote: > Hi, > > We have a business rule that forbids two different users to be logged > in the system under the same set of credentials at the same time. Does >

Re: Re:[cas-user] CAS and OWA

2009-10-20 Thread Ryan A
Andrew, I have followed this same documentation in theory (didn't apply the actual patch but am doing basically the same thing) Have you had any problems with the domain being different for the owa cookies than for your CAS server? For example, if owa grants the cookie with a domain of owa.doma

[cas-user] Fwd: Call for Proposals - Jasig 2010

2009-10-20 Thread Scott Battaglia
All, The Jasig 2010 Call for Proposals is open! We invite you to submit your presentation proposal! For more details, see below! While we continue to be extremely interested in presentations related to CAS, uPortal, and other Jasig projects, we're looking to improve and expand upon the content

Re: Re[cas-user] direction (?) loop of "Granting service ticket"

2009-10-20 Thread Marvin Addison
> - with the call, the browser seems to take the eternity to check it and > either stays in "waiting for > https://moodle.myserver.../devmoodle/login/index.php"; or - after over 4-5 > minutes - "CAS Authentication failed" (despite seeing from the logs that > > 2009-10-20 10:14:57,978 INFO > [org.ja

[cas-user] Using CAS with Mule

2009-10-20 Thread Aksel Bruun
Has anyone used CAS with Mule? The Mule documentation (for version 2.2.1) states that Mule can use Acegi security provider for CAS and others. I want to use CAS to secure web services exposed by Mule. Aksel. -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.co

[cas-user] CAS - Nagios and inspektr

2009-10-20 Thread Marteau Christophe
Hello, I would like to use inspektr to retrieve Performance Data for nagios. I see in web.xml that there is a pattern "/services/viewStatistics.html" but i cant find any jsp providing this file. I just want in-memory stats. Can you give me some clues to have theses stats throw a web page ?

Re: [cas-user] What is your custom 500 error page like?

2009-10-20 Thread Curtis Garman
You should add a log4j email appender to cas...we use something like this on our website right now and it works great...you should definitely look at the configuration settings since your needs may vary from ours. Using log4j this way won't tie you to using anything specific for your error page. #

Re: Re[cas-user] direction (?) loop of "Granting service ticket"

2009-10-20 Thread Giuseppe Sollazzo
Hi Marvin, I gave a look at the phpCAS examples and it's funny. The phpCAS methods have no explicit call of any of the certificate dealing functions. So I just added a phpCAS::setNoCasServerValidation(); immediately before of the call to: if (phpCAS::checkAuthentication()) { $