Skip to content

Commit

Permalink
Merge pull request #602 from jvoisin/Lidarr_auth
Browse files Browse the repository at this point in the history
Add Lidarr authentication
  • Loading branch information
adungo-r7 authored Feb 5, 2024
2 parents 1ab04aa + be2ba6b commit 4dedbf2
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 4dedbf2

Please sign in to comment.