diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:49:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:49:46 +0000 |
commit | 50b37d4a27d3295a29afca2286f1a5a086142cec (patch) | |
tree | 9212f763934ee090ef72d823f559f52ce387f268 /src/tests/mschapv1 | |
parent | Initial commit. (diff) | |
download | freeradius-upstream/3.2.1+dfsg.tar.xz freeradius-upstream/3.2.1+dfsg.zip |
Adding upstream version 3.2.1+dfsg.upstream/3.2.1+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | src/tests/mschapv1 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/tests/mschapv1 b/src/tests/mschapv1 new file mode 100644 index 0000000..338bf8a --- /dev/null +++ b/src/tests/mschapv1 @@ -0,0 +1,16 @@ +# +# bob Cleartext-Password := "bob" +# +# TESTS 1 +# +# SHOULD get: +# +# MS-CHAP-MPPE-Keys = 0x4318b176c3d8e3de9a936faf344359a0f1e3c9b5585b9f1f0000000000000000 +# MS-MPPE-Encryption-Policy = 0x00000001 +# MS-MPPE-Encryption-Types = 0x00000006 +# +# NT Hash hash = 0x9a936faf344359a0f1e3c9b5585b9f1f +# +User-Name = "bob", +MS-CHAP-Challenge = 0xb9634adc358b2ab3, +MS-CHAP-Response = 0xb9010000000000000000000000000000000000000000000000007a42408782f745ef90a86fd21b0d9294132750f4af66a419 |