Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/regit/squid-nufw-helper
Squid NuFW helper
https://github.com/regit/squid-nufw-helper
Last synced: 9 days ago
JSON representation
Squid NuFW helper
- Host: GitHub
- URL: https://github.com/regit/squid-nufw-helper
- Owner: regit
- License: other
- Created: 2012-11-13T12:20:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-13T12:25:40.000Z (almost 12 years ago)
- Last Synced: 2023-03-12T05:16:57.441Z (over 1 year ago)
- Language: C
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
Introduction
============squid_nufw_helper is an external helper for the Squid external ACL scheme.
It provides Sigle Sign On (SSO) based on the NuFW firewall suite.Usage
=====The usage for the program is ::
squid_nufw_helper -f -u -c 1000
Options:
- -f points to the config file
- -u means squid_nufw_helper should return the found user ID
- -c tells squid_nufw_helper to process that many connexions
before dying (and having Squid spawn a new helper process)
- -a passes the source port in htons() to resolve byte ordering problems
that can appear. -a is NOT needed on squid 2.6 on AMD64.Any bug to be reported to authors, so that we improve quality of this software!
And, we are waiting for patches, too!