Re: [Acegisecurity-developer] acegi Mysql

2005-05-23 Thread Marco Mistroni
Hello Ben, thanks for your reply so if i don't use saltSource or passwordEncoder then i don't need to encrypt anything, is that correct? because i want to be able to add my users programmatically via web interface, and at the same time i want to encrypt their password in the database..

Re: [Acegisecurity-developer] Question about AbstractSecurityInterceptor

2005-05-23 Thread Venkat Sonnathi
Hi Ben, Please find attached the patch for AbstractSecurityInterceptor.java, Basically, it checks to see if the existing authentication is already autheticated or not and then invoke authenticationManager.authenticate. I am submitting the patch for first time (cvs diff -Nar HEAD

Re: [Acegisecurity-developer] acegi Mysql

2005-05-23 Thread Ben Alex
Marco Mistroni wrote: Hello Ben, thanks for your reply so if i don't use saltSource or passwordEncoder then i don't need to encrypt anything, is that correct? because i want to be able to add my users programmatically via web interface, and at the same time i want to encrypt their

Re: [Acegisecurity-developer] LDAP instead of DBMS

2005-05-23 Thread Ben Alex
mannobug wrote: 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