Menu

Support for SASL GSS-SPNEGO mechanism

2016-09-20
2016-09-20
  • Sergey Klyushin

    Sergey Klyushin - 2016-09-20

    Hello,

    Does UnboundID LDAP SDK have any plans to implement SASL GSS-SPNEGO bind class?

    What is the best way to implement SASL GSS-SPNEGO mechanism now?
    Using GenericSASLBindRequest, I can do successful GSS-SPNEGO bind.
    However connection, used in bind request, doesn't use GSS API wrapper. Connection still sends clear search requests.

    Thanks in advance,
    Sergey

     
  • Neil Wilson

    Neil Wilson - 2016-09-20

    As described at https://sourceforge.net/p/ldap-sdk/discussion/1001257/thread/cf9a5e72/, it's not really feasible to add support for SPNEGO authentication with QoP unless Java's SaslClient offers support for SPNEGO.

     
  • Sergey Klyushin

    Sergey Klyushin - 2016-09-20

    Hello Neil,
    This answered my quesions.
    Thanks a lot,
    Sergey

     

Log in to post a comment.