Skip to content

Commit

Permalink
Added test for CHAP and Password-With-Header
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Mar 5, 2014
1 parent a193aa7 commit 7d78351
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/tests/auth/chap_header
@@ -0,0 +1,7 @@
#
# over-ride password set in radiusd.conf
#
update control {
Cleartext-Password -= 'hello'
Password-With-Header := 'hello'
}
4 changes: 4 additions & 0 deletions src/tests/auth/chap_header.attrs
@@ -0,0 +1,4 @@
User-Name = "bob"
CHAP-Password = "hello"

Response-Packet-Type == Access-Accept

0 comments on commit 7d78351

Please sign in to comment.