pingidentity / ldapsdk

UnboundID LDAP SDK for Java
Other
327 stars 79 forks source link

GSSAPIBindRequest duplicate() does not duplicate GSSAPIChannelBindingType #146

Open gabesz84 opened 1 year ago

gabesz84 commented 1 year ago

I am trying to create an LDAPConnectionPool, but getting a connection always fails because the duplicated GSSAPIBindRequests have always set the GSSAPIChannelBindingType to NONE.

Suggested fix: ` /**

dirmgr commented 1 year ago

Thanks for reporting this. I have just committed a fix. I also added a GSSAPIBindRequest.getChannelBindingType method that can be used to retrieve the channel binding type for the bind request.