slackbuilds/system/cntlm
B. Watson 37479a7c4c system/cntlm: Fix TAG, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-03-25 13:28:51 +00:00
..
README system/cntlm: Added (Authentication Proxy). 2015-04-10 17:29:00 +07:00
cntlm.SlackBuild system/cntlm: Fix TAG, i486=>i586. 2017-03-25 13:28:51 +00:00
cntlm.info system/cntlm: Added (Authentication Proxy). 2015-04-10 17:29:00 +07:00
doinst.sh system/cntlm: Added (Authentication Proxy). 2015-04-10 17:29:00 +07:00
rc.cntlm system/cntlm: Added (Authentication Proxy). 2015-04-10 17:29:00 +07:00
slack-desc system/cntlm: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

Cntlm is an NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy 
intended to help you break free from the chains of Microsoft proprietary world.
You can use a free OS and honor our noble idea, but you can't hide. Once you're 
behind those cold steel bars of a corporate proxy server requiring NTLM
authentication, you're done with. The same even applies to 3rd party Windows 
applications, which don't support NTLM natively.

This package contain a start/stop script: /etc/rc.d/rc.cntlm

If you need start cntlm at boot add the following to your /etc/rc.d/rc.local
script and make sure rc.cntlm has executable permissions set:

  if [ -x /etc/rc.d/rc.cntlm ]; then
    /etc/rc.d/rc.cntlm start
  fi