[Acegisecurity-developer] Problem with PortMapperImpl

2005-11-18 Thread mannobug
Hi all today (18.11.2005) i post a problem on Spring's Forum about PortMapperImpl. It's really easy, an exception is launch when you try to set the property httpsPortMapping. Change it in portMapping and everithing is ok. In the API documentation (from 0.6.1 to 0.8.3 ) it's written this for the

[Acegisecurity-developer] Re: Disable Login

2005-09-25 Thread mannobug
That's right you understand good. Your explanation was really clear and complete . I only use the "Map" implementation just because i want to lock user if his/her make a mistake in a normal session. I think that for my application it's not important to mantain total mistakes. By the way thanks f

[Acegisecurity-developer] Re: Disable Login

2005-09-25 Thread mannobug
hi Mark thanks a lot for your advice. I decide to use an HashMap set by my authnetication provider instead a comloumn on my DB. This implementation for my application is enaught because when a login fails, username and password fail attempts are set on hash table. After the limit max_passwd_mis

[Acegisecurity-developer] Disable Login.

2005-09-23 Thread mannobug
memorize the failure and attempt login and lock the user via DAO object? I just read http://forum.springframework.org/viewtopic.php?t=8525 but i cannot find a god implemetation. Thanks. Kind regards mannobug --- SF.Net email is sponsored by

[Acegisecurity-developer] Re: Upgrading problem

2005-09-20 Thread mannobug
Hi Ben, thx for your answer, i tried in the way that you told me but the problem still be the same, i'll send some extra info on Spring Forum, i'm still mannobug. Thanks Kind regards --- SF.Net email is sponsored by: Tame your d

[Acegisecurity-developer] Upgrading problem

2005-09-19 Thread mannobug
Hi all, i have a problem. I need to upgrade an old application based on equinox which contains Acegi Security System 0.6.1. I need to use ASS 0.8.3. In the old applicationContextSecurity.xml there was a filter call AutoIntegratiofilter. I read on the site the migration notes. I want to use chann

[Acegisecurity-developer] Re: LDAP instead of DBMS (Bello Emmanuele)

2005-05-29 Thread mannobug
Hi all, thanks a lot for your answer. Maybe the best solution in this context is use CAS to have something extendible in the future. Best regards manuel -- - Unless unavoidable, no Word, Excel or PowerPoint attachments, please.

[Acegisecurity-developer] LDAP instead of DBMS

2005-05-22 Thread mannobug
hello all, i kindly wanted to submit you a question. I have to decide if my application has to make the authentication using the classical method, via jdbc to DBMS, or, I would be more directed toward the use of an external component, a LDAP server. Someone of you has used this type of solution,

[Acegisecurity-developer] Re: just to say hello....

2005-05-22 Thread mannobug
hi Bean, well my project (for now the team counts other two students) is based on equinox the light version of Appfuse (https://equinox.dev.java.net/); starting from this point we have to organize it and create our specific function. You can choose other kind of framework combination (as you can

[Acegisecurity-developer] just to say hello....

2005-05-21 Thread mannobug
hi all, i'm manuel from the Tor Vergata University i wish to say hello to everybody in this list. I chose Acegi to develop my thesis, it's a web portal (i study computer science) based on, Spring, Struts and Hibernate framework. For my work i decide to study and implemet all the things regards s