Dropping requests when no authentication possible

Alan DeKok aland at deployingradius.com
Fri Mar 13 12:21:09 CET 2009


Chris Phillips wrote:
> Fri Mar 13 09:57:22 2009 : Info: +++[ldap] returns fail
> Fri Mar 13 09:57:22 2009 : Info: +++- entering group  {...}
> Fri Mar 13 09:57:22 2009 : Info: ++++[control] returns fail
> Fri Mar 13 09:57:22 2009 : Info: ++++[ok] returns ok
> Fri Mar 13 09:57:22 2009 : Info: +++- group  returns ok
> Fri Mar 13 09:57:22 2009 : Info: ++- policy redundant returns ok

  So that works.

> Fri Mar 13 09:57:22 2009 : Info: No authenticate method (Auth-Type)
> configuration found for the request: Rejecting the user

  Ok.  Change the "update" block to:

	update control {
		Response-Packet-Type = Do-Not-Respond
		Auth-Type := Accept
	}

  I think that will finally work.

  But if the client re-transmits... the server will respond with a
packet of code 0.  I've fixed that in git.  (Give me a bit to push the
change publicly).  So you'll still need to update in order to have this
perfect.

  Alan DeKok.



More information about the Freeradius-Users mailing list