On 06/02/2014 23:00, Darren Ward (darrward) wrote:
> to match remote101 and remote102 etc?
You can do this with "unlang":
authorize {
...
if (User-Name =~ /^remote.+/) {
update control {
Cleartext-Password := "remote"
}
}
...
}
See "man unlang"