On Wed, 2007-08-22 at 16:49 +0100, Arran Cudbard-Bell wrote:
> Hi,
> 
> HP access point with mac authentication.
> 
> Sends mac as User-Name in lower case,
> Sends mac as Calling-Station-ID in upper case.

Yeah, this is tedious; a general-purpose text transformation mechanisms
would be useful - something like the cli "tr" program but in-server.
Maybe an expansion:

update request {
  Calling-Station-Id = `%{tr:[:lower:] [:upper:] %{Calling-Station-Id}}`
}



-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to