Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Separate passwords from ACL
  • Loading branch information
perexg committed Jun 1, 2015
1 parent d8c3296 commit 581a2c0
Show file tree
Hide file tree
Showing 7 changed files with 423 additions and 124 deletions.
6 changes: 1 addition & 5 deletions docs/html/config_access.html
Expand Up @@ -8,7 +8,7 @@
<p>
When Tvheadend verifies access is scan through all the enabled access control entries.
The permission flags, streaming profiles, DVR config profiles, channel tags are combined
for all matching access entries. An access entry is said to match if the username / password
for all matching access entries. An access entry is said to match if the username
matches and the IP source address of the requesting peer is within the prefix.
<p>

Expand Down Expand Up @@ -47,10 +47,6 @@
<dd>
Login name to be used. If no username is required, this entry should contain a single asterisk (*).

<dt><b>Password</b>
<dd>
Login password to be used. If username is '*' (unused), the password should be the same (i.e. match any username/password combination, or no username/password required).

<dt><b>Network prefix</b>
<dd>
IPv4 prefix for matching based on source IP address.
Expand Down

0 comments on commit 581a2c0

Please sign in to comment.