diff options
author | Andreas Brodmann <andreas.brodmann@gmail.com> | 2008-01-16 14:47:54 +0000 |
---|---|---|
committer | Andreas Brodmann <andreas.brodmann@gmail.com> | 2008-01-16 14:47:54 +0000 |
commit | d3179cb78a9e75faffeba5a92d3f43a4872338a4 (patch) | |
tree | 836b3f481f479202d8ba25be0acbe38a6fff95d0 /squid-ntlm-html.lsp | |
parent | 56913d3a094479fcb6093c7c2cde3c8fb94ed5bb (diff) | |
download | acf-squid-d3179cb78a9e75faffeba5a92d3f43a4872338a4.tar.bz2 acf-squid-d3179cb78a9e75faffeba5a92d3f43a4872338a4.tar.xz |
unification of the different squid-views
git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@591 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'squid-ntlm-html.lsp')
-rw-r--r-- | squid-ntlm-html.lsp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/squid-ntlm-html.lsp b/squid-ntlm-html.lsp index ed11492..c5ce880 100644 --- a/squid-ntlm-html.lsp +++ b/squid-ntlm-html.lsp @@ -19,6 +19,7 @@ ?> <h1>Web Proxy - NTLM Authentication</h1> +<h2>General Information</h2> <p> Winbindd is a service that allows squid to authenticate against a Windows Domain Controller. Before authentication is possible, this machine must join the Windows domain and the winbindd @@ -26,8 +27,13 @@ service must be (re)started. It is only necessary to join the domain once. </p> <h2>Status</h2> +<dt>Program version</dt><dd><? io.write( form.info.version.value ) ?></dd> +<dt>Process status</dt><dd><? io.write( form.info.status.value ) ?></dd> +<dt>Process information</dt><dd>This process runs as a service. When you make +and save changes, the configuration files for the service are changed. However, +the changes will not be <i>applied</i> until you restart the service.</dd> <form action="" method="POST"> -<dt>winbindd is: <? io.write( service.status ) ?></dt> +<dt>Daemon control</dt> <dd><input class="submit" type="submit" name="srvcmd" value="start" <? io.write( srv1fill ) ?> style="width:100px"> <input class="submit" type="submit" name="srvcmd" value="stop" <? io.write( srv2fill ) ?> style="width:100px"> <input class="submit" type="submit" name="srvcmd" value="restart" <? io.write( srv2fill ) ?> style="width:100px"></dd> @@ -37,12 +43,6 @@ service must be (re)started. It is only necessary to join the domain once. <pre style="color: #ff2020;"><? io.write( service.message ) ?></pre> </p> -<p> -This process runs as a service. When you make and save changes, the configuration -files for the service are changed. However, the changes will not be <i>applied</i> -until you restart the service. -</p> - <form action="" method="POST"> <h2>Configuration</h2> |