diff --git a/proxmox-ldap/Cargo.toml b/proxmox-ldap/Cargo.toml index 1758e301..e036f1d6 100644 --- a/proxmox-ldap/Cargo.toml +++ b/proxmox-ldap/Cargo.toml @@ -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 diff --git a/proxmox-ldap/debian/changelog b/proxmox-ldap/debian/changelog index 2dfb0130..6619cfaa 100644 --- a/proxmox-ldap/debian/changelog +++ b/proxmox-ldap/debian/changelog @@ -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 Tue, 08 Aug 2023 14:08:20 +0200 + rust-proxmox-ldap (0.2.0-1) bookworm; urgency=medium * Remove support for unauthenticated binds. diff --git a/proxmox-ldap/debian/control b/proxmox-ldap/debian/control index a2241c5c..32b82c0a 100644 --- a/proxmox-ldap/debian/control +++ b/proxmox-ldap/debian/control @@ -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.