<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
> Fri Mar 13 09:57:22 2009 : Info: No authenticate method (Auth-Type)<br>
> configuration found for the request: Rejecting the user<br>
<br>
</div>  Ok.  Change the "update" block to:<br>
<div class="im"><br>
        update control {<br>
                Response-Packet-Type = Do-Not-Respond<br>
</div>                Auth-Type := Accept<br>
        }<br>
<br>
  I think that will finally work.<br>
<br>
  But if the client re-transmits... the server will respond with a<br>
packet of code 0.  I've fixed that in git.  (Give me a bit to push the<br>
change publicly).  So you'll still need to update in order to have this<br>
perfect.<br>
<div><div></div><div class="h5"><br>
  Alan DeKok.</div></div></blockquote><div><br>We're close, I can really feel it, but that packet is still hitting the wire.<br></div><div><br>Fri Mar 13 13:26:01 2009 : Error: rlm_ldap: (re)connection attempt failed
<br>Fri Mar 13 13:26:01 2009 : Info: [ldap] search failed
<br>Fri Mar 13 13:26:01 2009 : Debug: rlm_ldap: ldap_release_conn: Release Id: 0
<br>Fri Mar 13 13:26:01 2009 : Info: +++[ldap] returns fail
<br>Fri Mar 13 13:26:01 2009 : Info: +++- entering group  {...}
<br>Fri Mar 13 13:26:01 2009 : Info: ++++[control] returns fail
<br>Fri Mar 13 13:26:01 2009 : Info: ++++[ok] returns ok
<br>Fri Mar 13 13:26:01 2009 : Info: +++- group  returns ok
<br>Fri Mar 13 13:26:01 2009 : Info: ++- policy redundant returns ok
<br>Fri Mar 13 13:26:01 2009 : Info: Found Auth-Type = Accept
<br>Fri Mar 13 13:26:01 2009 : Info: Auth-Type = Accept, accepting the user
<br>Fri Mar 13 13:26:01 2009 : Auth: Login OK: [fbloggs] (from client my-switch port 0 cli 10.10.10.10)
<br>Fri Mar 13 13:26:01 2009 : Info: +- entering group post-auth {...}
<br>Fri Mar 13 13:26:01 2009 : Info: ++[exec] returns noop
<br>Sending Access-Accept of id 242 to 10.20.30.40 port 32771
<br> <br> <br>authorize { <br>       preprocess
<br>       auth_log
<br>       chap
<br>       mschap
<br>       files<br>       redundant {
<br>               ldap
<br>               group {
<br>                        update control {
<br>                                Response-Packet-Type := Do-Not-Respond
<br>                                Auth-Type := Accept
<br>                        }
<br>                        ok
<br>                }
<br>        } 
<br>}<br><br>Thanks<br><br>Chris<br></div></div>