blob: 5c4efcecb87f094301569c38373c1b164754d6d2 (
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_sha2_256') {
update control {
&PBKDF2-Password := 'HMACSHA2+256:AAAnEA:a/8HbYW2HWsMthN27JI+Ew==:3nPlXYOlOuDCFOfethUomHxTXkG9JCivOdvh6FDNdGw='
}
pap.authorize
pap.authenticate
if (!ok) {
test_fail
} else {
test_pass
}
}
|