dbus: use challenge-response authentication
This commit is contained in:
parent
2f4543912b
commit
3d7dc1161f
4 changed files with 9 additions and 19 deletions
|
|
@ -98,6 +98,8 @@ pub enum DbusError {
|
|||
ReadError(#[source] IoUringError),
|
||||
#[error("timeout")]
|
||||
IoUringError(#[source] Box<IoUringError>),
|
||||
#[error("Server did not send auth challenge")]
|
||||
NoChallenge,
|
||||
#[error("Server did not accept our authentication")]
|
||||
Auth,
|
||||
#[error("Array length is not a multiple of the element size")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue