diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:04:22 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:04 -0400 |
commit | 4b535d493e4ef3277b16c5ad2229455044495b25 (patch) | |
tree | 365d8e834a61772593ecb037024c67f72b9aafd7 /system/cntlm | |
parent | e61bfe9722ab45b7f630d2e05f426d6a9ac2288b (diff) |
system/cntlm: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/cntlm')
-rw-r--r-- | system/cntlm/README | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/system/cntlm/README b/system/cntlm/README index a96529671e40..0e95928c4f9e 100644 --- a/system/cntlm/README +++ b/system/cntlm/README @@ -1,14 +1,16 @@ -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. +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 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 |