Florian Wininger

Results 18 comments of Florian Wininger

https://github.com/brianmario/mysql2/pull/1205

Same error on Centos 7.

@alex-mohemian same context, thanks for the solution. @glebm @bolandrm can we disable -tune=native by default ?

I'm definitively agree with this issue

I will also try your code. Microsoft enforce channel binding or ldaps with the KB of march 2020. https://support.microsoft.com/en-us/help/4520412/2020-ldap-channel-binding-and-ldap-signing-requirement-for-windows

I have the same issue `AcceptSecurityContext error` :cry:

According the documentation here : https://ldap.com/ldap-result-code-reference-core-ldapv3-result-codes/#rc-invalidCredentials > invalidCredentials (49) > Applicable operation types: bind > The invalidCredentials result code indicates that the client attempted to bind with a set of...

I have done the implementation of the `net-ldap-gss-spnego` gem. It's work for me with default AD settings. https://github.com/fwininger/ruby-net-ldap-gss-spnego

> I tried `ruby-net-ldap-gss-spnego` gem, but it does not fully work for me: > > If on LDAP server-side, configuration flag `EnforceChannelBinding` is set to `1` - > authentication using...

I think it's not a good pratices to extend the library with a require relative. I recommand to use a Gemfile and bundle to require the gem in a other...