diff options
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> |