Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
qpid-cpp-0.34
-
None
Description
The sasl service name used when authenticating is different for each of the supported protocols:
0-10: service name is 'qpidd'
1.0: service name is 'amqp'
It should be possible for the broker to dynamically set the service name to be used for a given connection based on the protocol in use by that connection.
This will alleviate the need to manually configure the service name on the broker (--sasl-service-name), or specify it when the client connects (via connection options).