summaryrefslogtreecommitdiffstats
path: root/system/cntlm/README
diff options
context:
space:
mode:
author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>2015-04-10 17:29:00 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-10 17:29:00 +0700
commit8ed78fdce56ddeae8713c27054aa264086c63316 (patch)
tree37ef666026ea3756f64e9d698d8f68b00a29d65f /system/cntlm/README
parent09af7691b2cb195d52deb067e720e782cbbdc21d (diff)
downloadslackbuilds-8ed78fdce56ddeae8713c27054aa264086c63316.tar.gz
slackbuilds-8ed78fdce56ddeae8713c27054aa264086c63316.tar.xz
system/cntlm: Added (Authentication Proxy).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/cntlm/README')
-rw-r--r--system/cntlm/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/system/cntlm/README b/system/cntlm/README
new file mode 100644
index 0000000000..a96529671e
--- /dev/null
+++ b/system/cntlm/README
@@ -0,0 +1,15 @@
+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