aboutsummaryrefslogtreecommitdiffstats
path: root/packages/squid_users.xml
diff options
context:
space:
mode:
authorFernando Lemos <fernandotcl@pfsense.org>2006-06-02 12:45:40 +0000
committerFernando Lemos <fernandotcl@pfsense.org>2006-06-02 12:45:40 +0000
commit24de87f8d94b43fc05aaaffe48f5f927e81ed9f8 (patch)
tree37775a77bea158cca8caefb0efbce2e7f5fd3474 /packages/squid_users.xml
parent2f5c7022e9f2692ace1e3d820316f04a039027af (diff)
downloadpfsense-packages-24de87f8d94b43fc05aaaffe48f5f927e81ed9f8.tar.gz
pfsense-packages-24de87f8d94b43fc05aaaffe48f5f927e81ed9f8.tar.bz2
pfsense-packages-24de87f8d94b43fc05aaaffe48f5f927e81ed9f8.zip
The Squid package... Countless changes. You might need some stuff from HEAD to make this work properly (you need make_dirs from HEAD to at least install it). This might not work out of the box. In fact, it should not work out of the box in RELENG_1. Please be patient.
Diffstat (limited to 'packages/squid_users.xml')
-rw-r--r--packages/squid_users.xml74
1 files changed, 74 insertions, 0 deletions
diff --git a/packages/squid_users.xml b/packages/squid_users.xml
new file mode 100644
index 00000000..4e70b7de
--- /dev/null
+++ b/packages/squid_users.xml
@@ -0,0 +1,74 @@
+<?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>