aboutsummaryrefslogtreecommitdiffstats
path: root/packages/squid_users.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/squid_users.xml')
-rw-r--r--packages/squid_users.xml74
1 files changed, 0 insertions, 74 deletions
diff --git a/packages/squid_users.xml b/packages/squid_users.xml
deleted file mode 100644
index 4e70b7de..00000000
--- a/packages/squid_users.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<packagegui>
- <include_file>squid.inc</include_file>
- <name>squidusers</name>
- <title>Proxy server: Local users</title>
- <delete_string>A proxy server user has been deleted.</delete_string>
- <addedit_string>A proxy server user has been created/modified.</addedit_string>
- <tabs>
- <tab>
- <text>General settings</text>
- <url>/pkg_edit.php?xml=squid.xml&amp;id=0</url>
- </tab>
- <tab>
- <text>Upstream proxy</text>
- <url>/pkg_edit.php?xml=squid_upstream.xml&amp;id=0</url>
- </tab>
- <tab>
- <text>Cache management</text>
- <url>/pkg_edit.php?xml=squid_cache.xml&amp;id=0</url>
- </tab>
- <tab>
- <text>Access control</text>
- <url>/pkg_edit.php?xml=squid_nac.xml&amp;id=0</url>
- </tab>
- <tab>
- <text>Traffic management</text>
- <url>/pkg_edit.php?xml=squid_traffic.xml&amp;id=0</url>
- </tab>
- <tab>
- <text>Auth settings</text>
- <url>/pkg_edit.php?xml=squid_auth.xml&amp;id=0</url>
- </tab>
- <tab>
- <text>Local users</text>
- <url>/pkg.php?xml=squid_users.inc</url>
- <active/>
- </tab>
- </tabs>
- <adddeleteeditpagefields>
- <columnitem>
- <fieldname>username</fieldname>
- <fielddescr>Username</fielddescr>
- </columnitem>
- <columnitem>
- <fieldname>description</fieldname>
- <fielddescr>Description</fielddescr>
- </columnitem>
- </adddeleteeditpagefields>
- <fields>
- <field>
- <fieldname>username</fieldname>
- <fielddescr>Username</fielddescr>
- <description>Enter the username here.</description>
- <required/>
- <type>input</type>
- </field>
- <field>
- <fieldname>password</fieldname>
- <fielddescr>Password</fielddescr>
- <description>Enter the password here.</description>
- <required/>
- <type>password</type>
- </field>
- <field>
- <fieldname>description</fieldname>
- <fielddescr>Description</fielddescr>
- <description>You may enter a description here for your reference (not parsed).</description>
- <type>input</type>
- </field>
- </fields>
- <custom_php_resync_config_command>
- squid_resync_users();
- </custom_php_resync_config_command>
-</packagegui>