Skip to content

Commit

Permalink
More tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Mar 5, 2014
1 parent 7d78351 commit 4336bbc
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/password_with_header
@@ -0,0 +1,7 @@
#
# over-ride password set in radiusd.conf
#
update control {
Cleartext-Password -= 'hello'
Password-With-Header := '{clear}hello'
}
4 changes: 4 additions & 0 deletions src/tests/auth/password_with_header.attrs
@@ -0,0 +1,4 @@
User-Name = "bob"
User-Password = "hello"

Response-Packet-Type == Access-Accept

0 comments on commit 4336bbc

Please sign in to comment.