sqlstatement
sqlstatement
Looks like this will be a much bigger change than anticipated, since the current API key implementation does not allow for fine grained control via its permission system. I'll have...
From what I can see, API keys currently have unrestricted permissions, so it seems like my initial worry about this being a bigger change than anticipated has been confirmed. (https://github.com/jellyfin/jellyfin/blob/master/Jellyfin.Api/Auth/DefaultAuthorizationPolicy/DefaultAuthorizationHandler.cs#L52)...
Just encountered the same issue. In my case, it was solved by removing the search domain from the host.
@erikschul Your search domain is probably handled by either: - the DHCP client (if you use DHCP) - /etc/network/interfaces - /etc/resolv.conf Once you remove the search domain, the connectivity test...