Alan DeKok wrote:
Arran Cudbard-Bell wrote:
Just wondering if theres any way of checking the existence of User-Password in users... =* ANY always matches even if User-Password attribute isn't in the request.. which is not the correct behaviour.
That was done historically because the server didn't have Cleartext-Password. Now that it does, I think that should be fixed in 1.1.7.
Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
And cvs head ? :) Could the check_val module be used in the mean time ? I was just looking to implement your trick with the authz sections, unfortunately I also need to support ClearText passwords for administrative logins to the switches... so I needed to check the existence of a User-Password attribute and send the request through the right authz section. Oh btw, any news on the radclient bug ? Thanks, Arran