Chris van Meerendonk <[EMAIL PROTECTED]> wrote: > Using freeradius 0.81 I've tried the Autz setup using the examples in > /doc. It's working great, but here's a question: > Can I select an Autz-type based on a wildcard Called-Station-Id? > Something like: > DEFAULT Called-Station-Id == "*0015", Autz-Type := Ldap
Use regular expressions: DEFAULT Called-Station-Id =~ ".*0015", Autz-Type := Ldap Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
