diff options
Diffstat (limited to '')
-rw-r--r-- | src/tests/auth/chap | 3 | ||||
-rw-r--r-- | src/tests/auth/chap.attrs | 4 | ||||
-rw-r--r-- | src/tests/auth/chap_header | 7 | ||||
-rw-r--r-- | src/tests/auth/chap_header.attrs | 4 |
4 files changed, 18 insertions, 0 deletions
diff --git a/src/tests/auth/chap b/src/tests/auth/chap new file mode 100644 index 0000000..648546a --- /dev/null +++ b/src/tests/auth/chap @@ -0,0 +1,3 @@ +# +# Password is already set in radiusd.conf +# diff --git a/src/tests/auth/chap.attrs b/src/tests/auth/chap.attrs new file mode 100644 index 0000000..04df463 --- /dev/null +++ b/src/tests/auth/chap.attrs @@ -0,0 +1,4 @@ +User-Name = "bob", +CHAP-Password := "hello" + +Response-Packet-Type == Access-Accept diff --git a/src/tests/auth/chap_header b/src/tests/auth/chap_header new file mode 100644 index 0000000..13c3c9b --- /dev/null +++ b/src/tests/auth/chap_header @@ -0,0 +1,7 @@ +# +# over-ride password set in radiusd.conf +# +update control { + Cleartext-Password -= 'hello' + Password-With-Header := 'oracle01' +} diff --git a/src/tests/auth/chap_header.attrs b/src/tests/auth/chap_header.attrs new file mode 100644 index 0000000..9f815c7 --- /dev/null +++ b/src/tests/auth/chap_header.attrs @@ -0,0 +1,4 @@ +User-Name = "bob" +CHAP-Password = 'oracle01' + +Response-Packet-Type == Access-Accept |