]> git.proxmox.com Git - proxmox.git/commit
add external account binding
authorFolke Gleumes <f.gleumes@proxmox.com>
Tue, 14 Nov 2023 14:14:00 +0000 (15:14 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 4 Dec 2023 08:37:41 +0000 (09:37 +0100)
commit88f7e190eccbca6c235a5ff072f3815645fa59c8
tree5577c71c050b810b75898df63155442c67e6da06
parent7e6aa2733acd0c2218fe2b71e9579ca663bcbadd
add external account binding

Functionality was added as a additional setter function, which hopefully
prevents any breakages. Since a placeholder Option an the AccountData
was already present, but has never been used, replacing the field with
an Option of a fully defined type should also be minimally intrusive.

Signed-off-by: Folke Gleumes <f.gleumes@proxmox.com>
src/account.rs
src/eab.rs [new file with mode: 0644]
src/error.rs
src/lib.rs