Re: [Acegisecurity-developer] ldap & LdapPasswordAuthenticationDao

2005-06-22 Thread Robert r. Sanders
Go ahead and send me what you've got. With regards to your proposed changes: I have had a similar thought in the past, but put it aside, at least until I can finish the LDAP DAO stuff (and become more familiar with the internals of Acegi). If you want, I am willing to go along with you sugges

Re: [Acegisecurity-developer] ldap & LdapPasswordAuthenticationDao

2005-06-22 Thread Joseph Dane
"Robert r. Sanders" <[EMAIL PROTECTED]> writes: > Ben, > Sorry about not being more active lately; I've been trying to > finish up a project at work and its been sucking up all my time. > Anyway, I never got anything from Joseph (unless it got caught in > my spam filters). Within

Re: [Acegisecurity-developer] ldap & LdapPasswordAuthenticationDao

2005-06-22 Thread Robert r. Sanders
Ben, Sorry about not being more active lately; I've been trying to finish up a project at work and its been sucking up all my time. Anyway, I never got anything from Joseph (unless it got caught in my spam filters). Within 2-3 weeks or so I hope to get the new version of the LDAP DAO stuf

Re: [Acegisecurity-developer] ldap & LdapPasswordAuthenticationDao

2005-06-21 Thread Ben Alex
Robert r. Sanders wrote: If you won't mind sending me you changes, I'll try to get them merged with the LDAP DAO stuff. Hi Robert and Joseph How did you end up going with the LDAP changes? What is the present status of LDAP and the Apache DS unit tests? LDAP is an important feature for a 1

Re: [Acegisecurity-developer] ldap & LdapPasswordAuthenticationDao

2005-06-08 Thread Robert r. Sanders
If you won't mind sending me you changes, I'll try to get them merged with the LDAP DAO stuff.  Joseph Dane wrote: "Robert r. Sanders" <[EMAIL PROTECTED]> writes: lookup. I have not had a chance to test it, I will be doing that over the next several days; but if you want to che

Re: [Acegisecurity-developer] ldap & LdapPasswordAuthenticationDao

2005-06-08 Thread Joseph Dane
"Robert r. Sanders" <[EMAIL PROTECTED]> writes: > lookup. I have not had a chance to test it, I will be doing that over > the next several days; but if you want to check it out and let me know > of any problems you find you are welcome to have a go at it. I've got it working. I had to make some

Re: [Acegisecurity-developer] ldap & LdapPasswordAuthenticationDao

2005-06-06 Thread Robert r. Sanders
I have now committed a whole slew of changes to the LDAP DAO stuff.  LdapPassword2AuthenticationDao now implements a bind/search user lookup.  I have not had a chance to test it, I will be doing that over the next several days; but if you want to check it out and let me know of any problems you

Re: [Acegisecurity-developer] ldap & LdapPasswordAuthenticationDao

2005-06-06 Thread Robert r. Sanders
I'll try and get what I have checked back in; I've been working (in little tiny bits at a time) to re-work the LDAP DAO so that it supports bind + search instead of the current "bind all until success" version. Joseph Dane wrote: Greetings - I'd like to start using acegi to authenticate ag

[Acegisecurity-developer] ldap & LdapPasswordAuthenticationDao

2005-06-06 Thread Joseph Dane
Greetings - I'd like to start using acegi to authenticate against LDAP, and I've found LdapPasswordAuthenticationDao, which looks very nice. However, it's not quite what's needed here, since we need to first do a bind/search to find a DN given a username. I was just about to start hacking away a