Skip to content

Commit

Permalink
Merge pull request Evengard#3 from kroonwijk/master
Browse files Browse the repository at this point in the history
Incorporated compilation steps for Windows
  • Loading branch information
Evengard committed Sep 17, 2015
2 parents a85a27e + 2489caa commit 6830299
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
13 changes: 11 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,16 @@ fakeroot. However, to install your packages you have to be root.

*** WINDOWS INSTALLER ***

Traditional compilation steps:
Install CygWin and include at least the ghostscript, zip and libgcc packages.

In case you are using a 64-bit version of CygWin: rename cyggcc_s-1.dll to
cyggcc_s-seh-1.dll in Makefile and win/setup.iss.

Start a CygWin console by using the shortcut on your desktop or startup menu.

From within the CygWin command shell:

$ cd /cygdrive/yourdrive/your_ctnlm_src_location

$ ./configure
$ make
Expand All @@ -95,7 +104,7 @@ fakeroot. However, to install your packages you have to be root.
or
Open folder "win" in explorer, right click "setup.iss" and select "Compile".

Both with generate an installer in the "win" folder.
Both with generate an installer in the "cntlm" folder.

Traditional installation
~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
4 changes: 4 additions & 0 deletions doc/cntlm.1
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,10 @@ is interpreted literally).
.B Workstation <hostname>
The hostname of your workstation.

.TP
.B SSPI NTLM
Enable SSPI for Windows clients. Only NTLM is supported for now.

.ne 7
.SH FILES
The optional location of the configuration file is defined in the Makefile, with the default for 1) deb/rpm
Expand Down
10 changes: 5 additions & 5 deletions doc/cntlm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# do not quote. Use 0600 perms if you use plaintext password.
#

Username testuser
Domain corp-uk
Password password
# Username testuser
# Domain corp-uk
# Password password
# NOTE: Use plaintext password only at your own risk
# Use hashes instead. You can use a "cntlm -M" and "cntlm -H"
# command sequence to get the right config for your environment.
Expand Down Expand Up @@ -92,5 +92,5 @@ Listen 3128

# Enable SSPI for Windows clients.
# Only NTLM is supported for now.
#
#SSPI NTLM

SSPI NTLM

0 comments on commit 6830299

Please sign in to comment.