Skip to content

Commit

Permalink
Add Lidar authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Feb 5, 2024
1 parent f289c62 commit be2ba6b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion identifiers/service_product.txt
Original file line number Diff line number Diff line change
Expand Up @@ -852,4 +852,5 @@ Perennity radiology portal
PACS or MEDSCAN platform
Merge PACS
Dicom Server
Mantrey PACS
Mantrey PACS
Lidarr
3 changes: 2 additions & 1 deletion identifiers/vendor.txt
Original file line number Diff line number Diff line change
Expand Up @@ -908,4 +908,5 @@ Telecomsoft
OsirX
Merge Healthcare
Orthanc
Mantrey
Mantrey
Lidarr
6 changes: 6 additions & 0 deletions xml/http_wwwauth.xml
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,12 @@
<param pos="0" name="hw.device" value="Power Device"/>
</fingerprint>

<fingerprint pattern="(?i)^Basic realm=&quot;Lidarr&quot;">
<description>Lidarr</description>
<param pos="0" name="service.vendor" value="Lidarr"/>
<param pos="0" name="service.product" value="Lidarr"/>
</fingerprint>

<!-- a variety of headers we currently just ignore -->

<fingerprint pattern="(?i)^NTLM$">
Expand Down

0 comments on commit be2ba6b

Please sign in to comment.