LDAPPasswordAuthenticationDao problem
Hi,
i'm using the acegi security framework in order to authenticate
and manage rights with an ldap backend.
I expected that LDAPPasswordAuthenticationDao will give me some
solutions about that but it seems to be not the case.
In fact, the
LDAPPasswordAuthenticationDao class has a lot of limitations and problems.
For instance, you cannot logon with the uid or sAMAccountName.
if you have a password like a%6(t_ => it doesn't work.
I will have to rewrite it completely for my own use...
I think Tomcat JNDIRealm.java is far better.
I expect that acegi will have a better ldap dao integration. It's necessary to be deployed in an enterprise environment.
Best regards.
Re: LDAPPasswordAuthenticationDao problem
Quote:
Originally Posted by benoit_m35
I think Tomcat JNDIRealm.java is far better.
Quote:
Originally Posted by benoit_m35
I expect that acegi will have a better ldap dao integration.
I don't find these sort of comments very helpful. By all means you're entitled to an opinion, but if you would like help it generally assists to be polite.
Acegi Security's LDAP support classes are in the sandbox. They are not finalised.
If you wish to provide a contribution, we would be happy to apply it to CVS.
I should also add that I didn't personally write the LDAP support classes, so I'm not in a position to answer the specifics of your post.