Actions
Bug #5317
closedPersistent authentication with user restricted to channel tags results in empty playlist
Bug #5317:
Persistent authentication with user restricted to channel tags results in empty playlist
Start date:
2018-11-06
Due date:
% Done:
100%
Estimated time:
Found in version:
4.3-1524~gacf50bd
Affected Versions:
Description
- Create a user limited to channels with specific channel tag
- Configure a password with the new Persistent authentication
$ curl -L --digest "http://user:pass@server:9981/playlist"
-> works fine, playlist contains the tagged channels.
curl -L "http://server:9981/playlist?auth=xxxxxxx"
#EXTM3U
> playlist is empty> even using both, user/pw AND auth= results in an empty playlist
If you use the reverse logic "Exclude channel tags", then all channels are included... so obviously the configured tags are just being ignored at all when auth= is used.
Thanks in advance
Dietmar.
Actions