blob: cfc96c5f068fcb6b73181127e0a3f75585808e1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
if ("${feature.tls}" == no) {
test_pass
return
}
if (&User-Name == 'pbkdf2_salt_big') {
update control {
&PBKDF2-Password := 'HMACSHA2+256:AAAAAQ:E+VXOSsE8RwyYGdygQoW9QA==:pF23EcxNBhJLQ+9JRtd9wQ1Gz+k4i6YjeNZq+7DRBX8='
}
pap.authorize
pap.authenticate
if (!ok) {
test_fail
} else {
test_pass
}
}
|