blob: da53982bfb485434a1b1ebb8b1854902800bf77b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# Run the preprocess module
#
preprocess
if (Calling-Station-Id == "bob@127.0.0.1") {
update reply {
Filter-Id := "success"
}
}
update control {
Cleartext-Password := "%{User-Name}"
}
|