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 point of building the other folders from a nightly cvs export. But the sandbox folder still complains of errors and never gets built. To give u a sample, here are the last few errors.

C:\Documents and Settings\user\Desktop\acegisecurity-2006-01-25_145747\acegi
security\sandbox\src\main\java\org\acegisecurity\providers\smb\SmbBasicAuthentic
ationProvider.java:[66,12] cannot find symbol
symbol  : class UniAddress
location: class org.acegisecurity.providers.smb.SmbBasicAuthenticationProvider

C:\Documents and Settings\user\Desktop\acegisecurity-2006-01-25_145747\acegi
security\sandbox\src\main\java\org\acegisecurity\providers\smb\SmbBasicAuthentic
ationProvider.java:[66,28] cannot find symbol
symbol  : variable UniAddress
location: class org.acegisecurity.providers.smb.SmbBasicAuthenticationProvider

C:\Documents and Settings\user\Desktop\acegisecurity-2006-01-25_145747\acegi
security\sandbox\src\main\java\org\acegisecurity\providers\smb\SmbBasicAuthentic
ationProvider.java:[92,8] cannot find symbol
symbol  : class NtlmPasswordAuthentication
location: class org.acegisecurity.providers.smb.SmbBasicAuthenticationProvider

C:\Documents and Settings\user\Desktop\acegisecurity-2006-01-25_145747\acegi
security\sandbox\src\main\java\org\acegisecurity\providers\smb\SmbBasicAuthentic
ationProvider.java:[92,46] cannot find symbol
symbol  : class NtlmPasswordAuthentication
location: class org.acegisecurity.providers.smb.SmbBasicAuthenticationProvider

C:\Documents and Settings\user\Desktop\acegisecurity-2006-01-25_145747\acegi
security\sandbox\src\main\java\org\acegisecurity\providers\smb\SmbNtlmAuthentica
tionProvider.java:[47,8] cannot find symbol
symbol  : class UniAddress
location: class org.acegisecurity.providers.smb.SmbNtlmAuthenticationProvider

C:\Documents and Settings\user\Desktop\acegisecurity-2006-01-25_145747\acegi
security\sandbox\src\main\java\org\acegisecurity\providers\smb\SmbNtlmAuthentica
tionProvider.java:[55,8] cannot find symbol
symbol  : class NtlmPasswordAuthentication
location: class org.acegisecurity.providers.smb.SmbNtlmAuthenticationProvider

All I need is a jar file with ldap auth classes present. Can someone tell me if I can get a download?

Karthik.

Reply via email to