mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-05 21:50:36 +00:00
bump proxmox-ldap to 0.2.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
ade1d19b0a
commit
e9499bbcf2
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-ldap"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,10 @@
|
||||
rust-proxmox-ldap (0.2.1-1) UNRELEASED; urgency=medium
|
||||
|
||||
* only check base of base_dn when checking connection to avoid some size
|
||||
limitations
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Tue, 08 Aug 2023 14:08:20 +0200
|
||||
|
||||
rust-proxmox-ldap (0.2.0-1) bookworm; urgency=medium
|
||||
|
||||
* Remove support for unauthenticated binds.
|
||||
|
@ -34,8 +34,8 @@ Provides:
|
||||
librust-proxmox-ldap-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-ldap-0.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-ldap-0.2+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-ldap-0.2.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-ldap-0.2.0+default-dev (= ${binary:Version})
|
||||
librust-proxmox-ldap-0.2.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-ldap-0.2.1+default-dev (= ${binary:Version})
|
||||
Description: Proxmox library for LDAP authentication/synchronization - Rust source code
|
||||
This package contains the source for the Rust proxmox-ldap crate, packaged by
|
||||
debcargo for use with cargo and dh-cargo.
|
||||
|
Loading…
Reference in New Issue
Block a user