Re: [Acegisecurity-developer] help - I need LdapPasswordAuthenticationDao

2006-01-27 Thread Karthik V
Hi,I'd like to build it, but while trying to checkout the source, I get this error (after logging in)cvs co acegisecuritycvs checkout: cwd=c:\ ,current=c:\cvs server: cannot find module `acegisecurity' - ignored cvs [checkout aborted]: cannot expand modulesWhat is wrong?ThanksKarthik.On 1/26/06, Lu

Re: [Acegisecurity-developer] help - I need LdapPasswordAuthenticationDao

2006-01-26 Thread Luke Taylor
Hmm. I thought they were in there 'cos they're listed under the RC1 label in CVS http://cvs.sourceforge.net/viewcvs.py/acegisecurity/acegisecurity/core/src/main/java/org/acegisecurity/providers/ldap/?only_with_tag=release_1_0_0_RC1 But it appears that they're not there. Have you tried building

Re: [Acegisecurity-developer] help - I need LdapPasswordAuthenticationDao

2006-01-26 Thread Karthik V
"RC1 does contain the new LDAP provider. You should use these classes in preference to the ones in the sandbox which will not be supported in future releases. " Gladly.  This is the one I was talking about: http://sourceforge.net/project/showfiles.php?group_id=104215 Are we talking about the sam

Re: [Acegisecurity-developer] help - I need LdapPasswordAuthenticationDao

2006-01-26 Thread Luke Taylor
Karthik V wrote: It works once in 10 times or so. But after logging in, I tried cvs co acegisecurity, and its not being recognized. Could you tell me whats wrong? It sounds like a sourceforge cvs problem. What do you mean by "not being recognized". An anonymous checkout works for me too.

Re: [Acegisecurity-developer] help - I need LdapPasswordAuthenticationDao

2006-01-26 Thread Karthik V
It works once in 10 times or so. But after logging in, I tried cvs co acegisecurity, and its not being recognized. Could you tell me whats wrong? "Why can't you use the RC1 distro?" As I said in my prev mail, I tried it, but it doesnt contain the ldap package. If it does, it'll be great coz I don

Re: [Acegisecurity-developer] help - I need LdapPasswordAuthenticationDao

2006-01-26 Thread Luke Taylor
Karthik V wrote: Running cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/acegisecurity login I get the error: cvs [login aborted]: Error reading from server cvs.sourceforge.net: 0: No such file or directory Please help. This works for me. You can also download nightly source archives from

Re: [Acegisecurity-developer] help - I need LdapPasswordAuthenticationDao

2006-01-26 Thread Karthik V
I just tried the command given at http://acegisecurity.org/multiproject/acegi-security/cvs-usage.htmlWith maven, I get the error: BUILD FAILEDFile.. C:\Documents and Settings\user\.maven\cache\maven-scm1\plugin.jellyElement... ant:cvsLine.. 245Column 9cvs exited with error code 1Command

Re: [Acegisecurity-developer] help - I need LdapPasswordAuthenticationDao

2006-01-26 Thread Karthik V
Hi,My requirement is dead simple, but its just that I dont understand how to get hold of the classes / jars. Please help!ThanksKarthikOn 1/26/06, Luke Taylor <[EMAIL PROTECTED]> wrote: Hi,Can you use the new LDAP provider instead, which supersedes the sandboxcode?If not, can you please outline you

Re: [Acegisecurity-developer] help - I need LdapPasswordAuthenticationDao

2006-01-26 Thread Karthik V
Hi Brandon,Thanks very much for the reply. I tried acegi-security-1.0.0-RC1.jar, and this class was missing.  Then I tried to use the source marked acegisecurity-2006-01-25_145747. This one had the ldap class in sandbox folder. "Check out the code in the org.acegisecurity.providers.ldap package."I'

Re: [Acegisecurity-developer] help - I need LdapPasswordAuthenticationDao

2006-01-26 Thread Luke Taylor
Hi, Can you use the new LDAP provider instead, which supersedes the sandbox code? If not, can you please outline your requirements so that we can look at how they can be accommodated in the new provider. Luke. Karthik V wrote: Hi, I'm brand new to acegi and spring, and fairly new to mave

Re: [Acegisecurity-developer] help - I need LdapPasswordAuthenticationDao

2006-01-26 Thread Brandon Keepers
The LDAP support has actually been reworked in CVS. It is now a part of the core. Check out the code in the org.acegisecurity.providers.ldap package. Let me know if you can't get it to build with maven. Configure it like this: ldap://hostname:389/dc=example,dc=com

[Acegisecurity-developer] help - I need LdapPasswordAuthenticationDao

2006-01-26 Thread Karthik V
Hi,I'm brand new to acegi and spring, and fairly new to maven. I'm badly in need of LdapPasswordAuthenticationDao. I understand that it needs to be "pulled out of the sandbox and built" but I'm having great trouble doing this. After sorting out the one hundred issues maven listed, I got to the poin

Re: [Acegisecurity-developer] Help with HTTP Session Authentication

2004-09-26 Thread Ben Alex
Thompson Marzagao wrote: I also just changed my FilterSecurityInterceptor configuration so that the page that the IFRAME contains does not require authentication anymore, but that doesn't seem to help. The problem continues unless I remove the IFRAME completely. Hi Thompson Can you confirm the

Re: [Acegisecurity-developer] Help with HTTP Session Authentication

2004-09-26 Thread Thompson Marzagao
I also just changed my FilterSecurityInterceptor configuration so that the page that the IFRAME contains does not require authentication anymore, but that doesn't seem to help. The problem continues unless I remove the IFRAME completely. Thompson Thompson Marzagao wrote: Hello Ben, I figured wh

Re: [Acegisecurity-developer] Help with HTTP Session Authentication

2004-09-26 Thread Thompson Marzagao
Hello Ben, I figured what is happening but I don't know how to fix it. I narrowed down the problem to the presence of an IFRAME inside the jsp view of my protected page. If I have the IFRAME, the problem happens and I get the DEBUG messages as you have seen in my earlier message. If I don't hav

Re: [Acegisecurity-developer] Help with HTTP Session Authentication

2004-09-26 Thread Thompson Marzagao
Hi Ben, Thanks for the helpful pointers, but I'm still having problems: 1. Yes, the Contacts sample app works fine. 2. I am not doing anything special with HttpSessions or any threads or the ContextHolder. 3. Here are the log messages: - When I try to access a protected page directly (http:/

Re: [Acegisecurity-developer] Help with HTTP Session Authentication

2004-09-25 Thread Ben Alex
Thompson Marzagao wrote: Hi all, I am having a problem with HTTP Session authentication where the Authentication object somehow seems like is being cached even across sessions it seems. This causes user A to be immediately successfully authenticated as user B when caling a protected URL, if user

[Acegisecurity-developer] Help with HTTP Session Authentication

2004-09-25 Thread Thompson Marzagao
Hi all, I am having a problem with HTTP Session authentication where the Authentication object somehow seems like is being cached even across sessions it seems. This causes user A to be immediately successfully authenticated as user B when caling a protected URL, if user B logged in a few momen

Re: [Acegisecurity-developer] help

2004-07-29 Thread Ben Alex
Sunil Arora wrote: My CAS server is on other system, where as the application which is using Acegi is on another system. After authenticating the user from CAS on another system Acegi is not validating the ticket issue by CAS server, If I share same certificate its giving the following error: j

[Acegisecurity-developer] help

2004-07-29 Thread Sunil Arora
My CAS server is on other system, where as the application which is using Acegi is on another system. After authenticating the user from CAS on another system Acegi is not validating the ticket issue by CAS server, If I share same certificate its giving the following error: java.lang.Illeg