Hi all
Is possible to add a regular expression to the postauth section as follows?:
Post-Auth-Type REJECT {
if(%{User-Name}=="test") {
ok
}
else {
attr_filter.access_reject
sql
}
}
Regards!