forked from pool/cntlm
36 lines
1.1 KiB
Diff
36 lines
1.1 KiB
Diff
diff -ruN cntlm-0.35.1-orig/doc/cntlm.conf cntlm-0.35.1/doc/cntlm.conf
|
|
--- cntlm-0.35.1-orig/doc/cntlm.conf 2007-11-02 02:07:11.000000000 +0100
|
|
+++ cntlm-0.35.1/doc/cntlm.conf 2009-05-06 16:49:22.000000000 +0200
|
|
@@ -7,8 +7,15 @@
|
|
|
|
Username testuser
|
|
Domain corp-uk
|
|
-Password password # Use hashes instead (-H)
|
|
-#Workstation netbios_hostname # Should be auto-guessed
|
|
+Password password
|
|
+# Use hashes instead call "cntlm -H"
|
|
+#PassLM 1AD35398BE6565DDB5C4EF70C0593492
|
|
+#PassNT 77B9081511704EE852F94227CF48A793
|
|
+### Only for user 'testuser', domain 'corp-uk'
|
|
+#PassNTLMv2 D5826E9C665C37C80B53397D5C07BBCB
|
|
+
|
|
+### Should be auto-guessed
|
|
+#Workstation netbios_hostname
|
|
|
|
Proxy 10.217.112.41:8080
|
|
Proxy 10.217.112.42:8080
|
|
@@ -16,7 +23,12 @@
|
|
#
|
|
# This is the port number where Cntlm will listen
|
|
#
|
|
-Listen 3128
|
|
+##################################################
|
|
+# consider to change Listen Parameter in
|
|
+# /etc/sysconfig/cntlm
|
|
+# as a default 127.0.0.1:3128 is used
|
|
+# but if defined here it takes precedence over sysconfig
|
|
+#Listen 3128
|
|
|
|
#
|
|
# If you wish to use the SOCKS5 proxy feature as well, uncomment
|