keith6014

Results 30 comments of keith6014

> I've tested this branch on a real AD environment, everything works as expected. also tested. looks great

> > @chandanjainn I can look but I don't have merge privileges. > FYI I am considering forking this driver over to the Microsoft organization to have a version with...

> > @bmanosh-salesforce I am making the pitch to create this fork this week. There aren't many precedents for such an "adoption" at Microsoft so I don't have a good...

> @keith6014 if by "them" you mean "Microsoft", it's my team that manages most in-house driver and client application development for SQL Server. We have seen steady growth in Go...

Thanks for the prompt reply! I noticed we have NTLM support now but only for windows. Majority of my userbase is on Linux and Solaris. So, I was trying to...

I am looking for the NTLM hooks. But couldn't really find anything. I am guessing, I need to wrap this call, [OpenConnector](https://github.com/denisenkom/go-mssqldb/blob/6024518ba7d5ba12539e47d5035a7aaac7b1920d/mssql.go#L51)? Any guidance would be helpful.

any ideas? any guidance would be helpful.

I know it supports it because we are using it in Java. I was thinking, instead of sending [Login Header](https://github.com/denisenkom/go-mssqldb/blob/6024518ba7d5ba12539e47d5035a7aaac7b1920d/tds.go#L255), I send SPNEGO negotiation packet which I am able to...

due to time restrictions, i can't work on it at the moment. but thanks for the help. i will work with the gokrb5 author to get a native implementation so...