Skip to content

Commit

Permalink
add a test case
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvotruba-r7 authored Jun 14, 2024
1 parent 89043df commit 1baf961
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions xml/http_wwwauth.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,10 @@

<fingerprint pattern="^(?:Basic|Digest) realm=&quot;(DCS-[^&quot;]+)&quot;">
<description>D-Link DCS IP Cameras</description>
<example hw.product="DCS-5222LB1">Basic realm="DCS-5222LB1"</example>
<example hw.product="DCS-2530L">Basic realm="DCS-2530L"</example>
<param pos="0" name="os.vendor" value="D-Link"/>
<example os.vendor="D-Link" hw.vendor="D-Link" hw.device="IP Camera" hw.product="DCS-5222LB1" hw.model="DCS-5222LB1">Basic realm="DCS-5222LB1"</example>
<example os.vendor="D-Link" hw.vendor="D-Link" hw.device="IP Camera" hw.product="DCS-2530L" hw.model="DCS-2530L">Basic realm="DCS-2530L"</example>
<example os.vendor="D-Link" hw.vendor="D-Link" hw.device="IP Camera" hw.product="DCS-932LB1_BC" hw.model="DCS-932LB1_BC">Digest realm="DCS-932LB1_BC",qop="auth", nonce="ab08230abdfae0061bb2b657537e7eea"†</example>
<param pos="0" name="os.vendor" value="D-Link"/>
<param pos="0" name="hw.vendor" value="D-Link"/>
<param pos="0" name="hw.device" value="IP Camera"/>
<param pos="1" name="hw.product"/>
Expand Down

0 comments on commit 1baf961

Please sign in to comment.