Re: [Acegisecurity-developer] Nightly snapshots

2005-09-24 Thread Luke Taylor
Hi Ben, I hadn't set up the cron job. It seems to be running OK now. Luke. -- Luke Taylor. Monkey Machine Ltd. PGP Key ID: 0x57E9523Chttp://www.monkeymachine.ltd.uk --- SF.Net email is sponsored by: Tame

Re: [Acegisecurity-developer] Disable Login.

2005-09-24 Thread Mark St.Godard
When you capture a failed login attempt (like in your listener)... you will need to update (i.e. increment) your User's failed login attempts. You would need some sort of user management service in your application.. basically the application code that does the (update user set login_attempt = ?

Re: [Acegisecurity-developer] Contacts sample app using Annotations

2005-09-24 Thread Ben Alex
Hi Mark Mark St.Godard wrote: I can exclude the samples/attributes project to get around the Java 5 compile issues, we discussed before. That is fine. The samples/annotations should also be excluded from the auto-build, as we don't want users to be forced to have Java 5 to do a basic build

Re: [Acegisecurity-developer] JaasAuthenticationProvider problems with multiple webapps

2005-09-24 Thread Ben Alex
Eric Hedström wrote: So is there ever a reason to set the system property, rather than allowing each webapp to add a login.config.url? Am I doing something horribly wrong, or shall I open a Jira ticket or two? Hi Eric Ray wrote the JAAS provider, so he's probably best to answer. Would you

Re: [Acegisecurity-developer] Contacts sample app using Annotations

2005-09-24 Thread Mark St.Godard
Hi Ben, Yeah I agree.. lets keep the base build and Contacts sample JDK 1.3 compatible. I think I could create another sample subproject and just do some simple Ant build.xml stuff to reuse the actual source code in the (regular) contacts example. Ok thats I need to continue with this...