Skip to content

Conversation

@leiflm
Copy link

@leiflm leiflm commented Jun 21, 2022

The dbus specification states that its authentication mechanism is a SASL profile.

Unless (empty) data is provided with the mechanism right away (i.e. AUTH ANONYMOUS ),
SASL compliant authentication responds with a DATA message.
While some dbus implementations do not do this, the sd-bus does as of systemd >=v242-rc1 [0].

This fixes the response in a backward compatible way by sending back an empty DATA message.

[0] systemd/systemd@2010873

The dbus specification states that its authentication mechanism is a SASL profile.

Unless (empty) data is provided with the mechanism right away (i.e. `AUTH ANONYMOUS `),
SASL compliant authentication responds with a `DATA` message.
While some dbus implementations do not do this, the sd-bus does as of systemd >=v242-rc1 [0].

This fixes the response in a backward compatible way by sending back an empty `DATA` message.

[0] systemd/systemd@2010873
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant