Uploaded image for project: 'AMQ Clients'
  1. AMQ Clients
  2. ENTMQCL-584

[cpp] Kerberos authentication cannot proceed if the user option is not set

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 2.0.0.B1
    • 1.2.0.GA
    • amqp-cpp-client
    • None
    • Release Notes
    • In order for Kerberos authentication to succeed, a value must be supplied to the user connection option. This value need not match the credential established using kinit.
    • Documented as Known Issue
    • Hide
      proton::connection_options opts;
      [...]
      opts.user("blah");
      

      see comments on ENTMQCL-579 for complete sample code.

      Show
      proton::connection_options opts; [...] opts.user( "blah" ); see comments on ENTMQCL-579 for complete sample code.
    • January 2018

            astitcher Andrew Stitcher
            jross@redhat.com Justin Ross
            Jiri Daněk Jiri Daněk
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: