aboutsummaryrefslogtreecommitdiffstats
path: root/packages/squid_extauth.xml
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2006-12-20 12:42:33 +0000
committerSeth Mos <seth.mos@xs4all.nl>2006-12-20 12:42:33 +0000
commitc983eb0e264e7e70bcf7446f6c864096a5e43e07 (patch)
tree8159d57a5072db5d95a014015eda4db6fd3ce0cf /packages/squid_extauth.xml
parent8067d543254992d669bffd44773f424a27840c4c (diff)
downloadpfsense-packages-c983eb0e264e7e70bcf7446f6c864096a5e43e07.tar.gz
pfsense-packages-c983eb0e264e7e70bcf7446f6c864096a5e43e07.tar.bz2
pfsense-packages-c983eb0e264e7e70bcf7446f6c864096a5e43e07.zip
Remove squid files, these are now in a squid subdirectory
Diffstat (limited to 'packages/squid_extauth.xml')
-rw-r--r--packages/squid_extauth.xml62
1 files changed, 0 insertions, 62 deletions
diff --git a/packages/squid_extauth.xml b/packages/squid_extauth.xml
deleted file mode 100644
index 3af66111..00000000
--- a/packages/squid_extauth.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<?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>