Skip to content

colenet-gmbh/node-sspi-win32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-sspi-win32

A very thin wrapper around Win32 SSPI. Itented to be used by proxy for NTLM oder kerberos authentication

Works only with 32 bit version of node.js

Prerequisits

  • node.js for Windows 32 bit
  • windows-build-tools using npm install --global --production windows-build-tools from an elevated PowerShell or CMD.exe (run as Administrator).
  • node-gyp via npm install -g node-gyp
  • jasmine using npm install --global jasmine

Compilation and test

  1. change to the cloned dir
  2. run in a nodejs PowerShell node-gyp init
  3. node-gyp configure
  4. node-gyp build
  5. jasmine

Debugging

  1. Open the binding.sln in the build directory.
  2. Select the node-sspi-win32 project properties
  3. under Debugging use node.exe as the command (browse for it under C:\Program Files (x86)\nodejs\node.exe)
  4. Working directory should be set to $(ProjectDir)..
  5. Program Arguments can be set to test.js

This has to be done every done node-gyp configure or node-gyp rebuild has been called.

Happy coding.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published