]> git.proxmox.com Git - proxmox-backup.git/commit
api-types: add LDAP configuration type
authorLukas Wagner <l.wagner@proxmox.com>
Thu, 9 Feb 2023 13:31:15 +0000 (14:31 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 10 Feb 2023 11:46:19 +0000 (12:46 +0100)
commita9b3bd2c15b1742bc71a466e26d019dcaa51540d
treebff91d451bccf3e95fe44fc8115465ce15600e7e
parente0f660fd9088947dd6a261091da48b3d8cb8a8cc
api-types: add LDAP configuration type

The properties are mainly based on the ones from PVE, except:
  * consistent use of kebab-cases
  * `mode` replaces deprecated `secure`

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
pbs-api-types/src/ldap.rs [new file with mode: 0644]
pbs-api-types/src/lib.rs