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,

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: bean id=initialDirContextFactory

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

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'm

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

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
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 same

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

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

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

[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:

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: