summaryrefslogtreecommitdiffstats
path: root/squid-digest-html.lsp
blob: fb8aab6d23f7362644e7eef22fc642bea38905bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<% 
   local form = ... 
   local service = form.service
   
%>
<h1>Web Proxy Configuration</h1>
<h2>General Information</h2>
<p>
  This panel allows you to edit the list of usernames allowed to access the internet through the squid web proxy.
  This list is active only for digest authentication. If you are using NTLM authentication, all domain users are
  allowed to use the web proxy.
</p>
<h2>User List</h2>
<form action="" method="POST">
<textarea name="userlist"><% io.write( service.config ) %></textarea>

<h3>Save Changes</h3>
<DL>
<dt>Save the contents of the box above</dt><dd><input class="submit" type="submit" name="cmd" value="save"></dd>
</DL>
</form>