Hi, I'm using the LDAPUserManager but a custom implementation of it. A rewrite of it would be most welcome since we are only authenticating using a regular bind and manage directory access by user attributes. I would feel a lot better if we could use standard classes instead of custom ones.
/ Johan Sigg -----Original Message----- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Niklas Gustavsson Sent: den 21 december 2006 17:54 To: [email protected] Subject: LDAPUserManager Is anyone currently using the LDAPUserManager? I'm looking into doing a complete rewrite if it that would do a regular LDAP bind to authenticate the user and then look up LDAP attributes. This would different from today when a full Java User object is stored in the LDAP directory. Do this rewrite would enable us to work with any LDAP directory, e.g. Active Directory. Using bind is the same method as used by Acegi Security. I'm also considering providing an adapter to Acegi and completely remove our LDAP UM, instead pointing at the Acegi one. /niklas
