Code Monkey home page Code Monkey logo

jtds-ntlmauth's Introduction

SQL Server JDBC library with SSO

This JDBC driver allows you to connect to a SQL Server instance by using the Windows authentication (NTLM).

It is based on the jTDS driver. The main difference is that the native library used to perform the authentication is auto-loaded at runtime (no need to put it on the lib path).

How to build

This project uses Maven as a project builder.

To build this driver, you need to:

  1. Download the latest source code
  2. Download the latest jTDS distribution file
  3. Set the property jtds-dist-path in pom.xml to the right path (for example C:\temp\jtds-1.3.1-dist.zip)
  4. Run mvn clean build
  5. The generated library is available in the target directory and also in the local repository

How to use

  • Download the library here or build it yourself
  • Put the generated library on the classpath or use the Maven reference (to the local repository):
<dependency>
	<groupId>be.nbb</groupId>
	<artifactId>jtds-ntlmauth</artifactId>
	<version>1.3.1.0</version>
</dependency>
  • The connection parameters are exactly the same as jTDS except that you don't need to deal with the lib path

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.