aboutsummaryrefslogtreecommitdiffstats
path: root/packages/squid/squid_extauth.xml
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2006-12-20 12:09:54 +0000
committerSeth Mos <seth.mos@xs4all.nl>2006-12-20 12:09:54 +0000
commit16b94de1d88726c6c2151cd4a2292d5a6f2c5272 (patch)
tree8fc5dacb864ff2bfd1bc6006cef493bb7f4d54f2 /packages/squid/squid_extauth.xml
parent1a74b4e2152c70a7b45af20a6c66e5fdec0fec72 (diff)
downloadpfsense-packages-16b94de1d88726c6c2151cd4a2292d5a6f2c5272.tar.gz
pfsense-packages-16b94de1d88726c6c2151cd4a2292d5a6f2c5272.tar.bz2
pfsense-packages-16b94de1d88726c6c2151cd4a2292d5a6f2c5272.zip
Re-Add squid files in new squid subdirectory
Diffstat (limited to 'packages/squid/squid_extauth.xml')
-rw-r--r--packages/squid/squid_extauth.xml62
1 files changed, 62 insertions, 0 deletions
diff --git a/packages/squid/squid_extauth.xml b/packages/squid/squid_extauth.xml
new file mode 100644
index 00000000..3af66111
--- /dev/null
+++ b/packages/squid/squid_extauth.xml
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<packagegui>
+ <name>squidextnoauth</name>
+ <title>Services: Proxy Server -> Extended Authentication Settings</title>
+ <configpath>installedpackages->package->squidextnoauth->configuration->settings</configpath>
+
+ <aftersaveredirect>/pkg_edit.php?xml=squid_extauth.xml&amp;id=0</aftersaveredirect>
+
+ <tabs>
+ <tab>
+ <text>General Settings</text>
+ <url>/pkg_edit.php?xml=squid_ng.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 Mgmt</text>
+ <url>/pkg_edit.php?xml=squid_cache.xml&amp;id=0</url>
+ </tab>
+
+ <tab>
+ <text>Network Access Control</text>
+ <url>/pkg_edit.php?xml=squid_nac.xml&amp;id=0</url>
+ </tab>
+
+ <tab>
+ <text>Traffic Mgmt</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>Extended Auth Settings</text>
+ <url>/pkg_edit.php?xml=squid_extauth.xml&amp;id=0</url>
+ <active/>
+ </tab>
+
+ </tabs>
+
+ <fields>
+ <field>
+ <fielddescr>No Authentication Defined</fielddescr>
+ <fieldname>no_auth</fieldname>
+ </field>
+ </fields>
+
+ <custom_add_php_command_late>
+ require_once("/usr/local/pkg/squid_ng.inc");
+
+ global_write_squid_config();
+ mwexec("/usr/local/sbin/squid -k reconfigure");
+ </custom_add_php_command_late>
+
+</packagegui>