Skip to content

Commit

Permalink
remove '&' from the module tests.
Browse files Browse the repository at this point in the history
now that the call_env stuff is a little cleaner, we always read
call_env things marked up as 'attribute' via the attribute
tokenizer.
  • Loading branch information
alandekok committed Jan 21, 2025
1 parent 5cba5ba commit 2eb4cd5
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions src/tests/modules/mschap/module.conf
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
mschap {

attributes {
username = &User-Name
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_error = &Vendor-Specific.Microsoft.CHAP-Error
chap_mppe_keys = &Vendor-Specific.Microsoft.CHAP-MPPE-Keys
mppe_recv_key = &Vendor-Specific.Microsoft.MPPE-Recv-Key
mppe_send_key = &Vendor-Specific.Microsoft.MPPE-Send-Key
mppe_encryption_policy = &Vendor-Specific.Microsoft.MPPE-Encryption-Policy
mppe_encryption_types = &Vendor-Specific.Microsoft.MPPE-Encryption-Types
chap2_cpw = &Vendor-Specific.Microsoft.CHAP2-CPW
chap_nt_enc_pw = &Vendor-Specific.Microsoft.CHAP-NT-Enc-PW
username = User-Name
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_error = Vendor-Specific.Microsoft.CHAP-Error
chap_mppe_keys = Vendor-Specific.Microsoft.CHAP-MPPE-Keys
mppe_recv_key = Vendor-Specific.Microsoft.MPPE-Recv-Key
mppe_send_key = Vendor-Specific.Microsoft.MPPE-Send-Key
mppe_encryption_policy = Vendor-Specific.Microsoft.MPPE-Encryption-Policy
mppe_encryption_types = Vendor-Specific.Microsoft.MPPE-Encryption-Types
chap2_cpw = Vendor-Specific.Microsoft.CHAP2-CPW
chap_nt_enc_pw = Vendor-Specific.Microsoft.CHAP-NT-Enc-PW
}

passchange {
Expand All @@ -27,19 +27,19 @@ mschap mschap_winbind {
domain = %mschap(Domain-Name)
}
attributes {
username = &User-Name
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_error = &Vendor-Specific.Microsoft.CHAP-Error
chap_mppe_keys = &Vendor-Specific.Microsoft.CHAP-MPPE-Keys
mppe_recv_key = &Vendor-Specific.Microsoft.MPPE-Recv-Key
mppe_send_key = &Vendor-Specific.Microsoft.MPPE-Send-Key
mppe_encryption_policy = &Vendor-Specific.Microsoft.MPPE-Encryption-Policy
mppe_encryption_types = &Vendor-Specific.Microsoft.MPPE-Encryption-Types
chap2_cpw = &Vendor-Specific.Microsoft.CHAP2-CPW
chap_nt_enc_pw = &Vendor-Specific.Microsoft.CHAP-NT-Enc-PW
username = User-Name
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_error = Vendor-Specific.Microsoft.CHAP-Error
chap_mppe_keys = Vendor-Specific.Microsoft.CHAP-MPPE-Keys
mppe_recv_key = Vendor-Specific.Microsoft.MPPE-Recv-Key
mppe_send_key = Vendor-Specific.Microsoft.MPPE-Send-Key
mppe_encryption_policy = Vendor-Specific.Microsoft.MPPE-Encryption-Policy
mppe_encryption_types = Vendor-Specific.Microsoft.MPPE-Encryption-Types
chap2_cpw = Vendor-Specific.Microsoft.CHAP2-CPW
chap_nt_enc_pw = Vendor-Specific.Microsoft.CHAP-NT-Enc-PW
}
}

Expand All @@ -58,19 +58,19 @@ mschap mschap_ntlm {
}

attributes {
username = &User-Name
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_error = &Vendor-Specific.Microsoft.CHAP-Error
chap_mppe_keys = &Vendor-Specific.Microsoft.CHAP-MPPE-Keys
mppe_recv_key = &Vendor-Specific.Microsoft.MPPE-Recv-Key
mppe_send_key = &Vendor-Specific.Microsoft.MPPE-Send-Key
mppe_encryption_policy = &Vendor-Specific.Microsoft.MPPE-Encryption-Policy
mppe_encryption_types = &Vendor-Specific.Microsoft.MPPE-Encryption-Types
chap2_cpw = &Vendor-Specific.Microsoft.CHAP2-CPW
chap_nt_enc_pw = &Vendor-Specific.Microsoft.CHAP-NT-Enc-PW
username = User-Name
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_error = Vendor-Specific.Microsoft.CHAP-Error
chap_mppe_keys = Vendor-Specific.Microsoft.CHAP-MPPE-Keys
mppe_recv_key = Vendor-Specific.Microsoft.MPPE-Recv-Key
mppe_send_key = Vendor-Specific.Microsoft.MPPE-Send-Key
mppe_encryption_policy = Vendor-Specific.Microsoft.MPPE-Encryption-Policy
mppe_encryption_types = Vendor-Specific.Microsoft.MPPE-Encryption-Types
chap2_cpw = Vendor-Specific.Microsoft.CHAP2-CPW
chap_nt_enc_pw = Vendor-Specific.Microsoft.CHAP-NT-Enc-PW
}
}

Expand Down

0 comments on commit 2eb4cd5

Please sign in to comment.