Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Lidarr authentication #602

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading