Re: rlm_ldap patch

2002-03-19 Thread Dan Perik
I just got the snapshot and see your fix. Thank you. I thought of using a "goto", but having drilled into me that if you can use something else, do it, I choose to restructure. Perhaps this is one of those exceptions where a "goto" is the cleanest way. Thanks for your work. - Dan Perik On

Re: rlm_ldap patch

2002-03-18 Thread Kostas Kalevras
On 18 Mar 2002, Dan Perik wrote: > > As promised, here's the patch I threw together for the rlm_ldap module > to solve the problem of failed auth when the LDAP server disconnects the > idle connection. > > Basically, I took the ldap_connect code out of the perform_search > function into it's own

rlm_ldap patch

2002-03-17 Thread Dan Perik
As promised, here's the patch I threw together for the rlm_ldap module to solve the problem of failed auth when the LDAP server disconnects the idle connection. Basically, I took the ldap_connect code out of the perform_search function into it's own "search_connect" function. Then, if ldap_sea