mschap {
attributes {
- username = &User-Name
- chap_error = &Vendor-Specific.Microsoft.CHAP-Error
- chap_challenge = &Vendor-Specific.Microsoft.CHAP-Challenge
- chap_response = &Vendor-Specific.Microsoft.CHAP-Response
- chap2_response = &Vendor-Specific.Microsoft.CHAP2-Response
- chap2_success = &Vendor-Specific.Microsoft.CHAP2-Success
- chap_mppe_keys = &Vendor-Specific.Microsoft.CHAP-MPPE-Keys
- mppe_encryption_policy = &Vendor-Specific.Microsoft.MPPE-Encryption-Policy
- mppe_recv_key = &Vendor-Specific.Microsoft.MPPE-Recv-Key
- mppe_send_key = &Vendor-Specific.Microsoft.MPPE-Send-Key
- mppe_encryption_types = &Vendor-Specific.Microsoft.MPPE-Encryption-Types
- chap2_cpw = &Vendor-Specific.Microsoft.CHAP2-CPW
+ username = User-Name
+ chap_error = Vendor-Specific.Microsoft.CHAP-Error
+ chap_challenge = Vendor-Specific.Microsoft.CHAP-Challenge
+ chap_response = Vendor-Specific.Microsoft.CHAP-Response
+ chap2_response = Vendor-Specific.Microsoft.CHAP2-Response
+ chap2_success = Vendor-Specific.Microsoft.CHAP2-Success
+ chap_mppe_keys = Vendor-Specific.Microsoft.CHAP-MPPE-Keys
+ mppe_encryption_policy = Vendor-Specific.Microsoft.MPPE-Encryption-Policy
+ mppe_recv_key = Vendor-Specific.Microsoft.MPPE-Recv-Key
+ mppe_send_key = Vendor-Specific.Microsoft.MPPE-Send-Key
+ mppe_encryption_types = Vendor-Specific.Microsoft.MPPE-Encryption-Types
+ chap2_cpw = Vendor-Specific.Microsoft.CHAP2-CPW
}
}
}
accept {
- &control.Auth-Type := ::Accept
+ control.Auth-Type := ::Accept
}
}
}
recv Access-Request {
- &control.Password.Cleartext := "hello"
+ control.Password.Cleartext := "hello"
#
# Include the test file specified by the
$INCLUDE ${keyword}/$ENV{KEYWORD}
}
- if (&control.Password.Cleartext) {
+ if (control.Password.Cleartext) {
pap
}
else {
}
recv Access-Request {
- &reply.Reply-Message := "call second"
+ reply.Reply-Message := "call second"
accept
}