ldap: bump version to 0.2.2-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f4a9afd17c
commit
bd944b06f9
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-ldap"
|
name = "proxmox-ldap"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
@ -1,4 +1,12 @@
|
|||||||
rust-proxmox-ldap (0.2.1-1) UNRELEASED; urgency=medium
|
rust-proxmox-ldap (0.2.2-1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* ldap: avoid superfluous allocation when calling .search()
|
||||||
|
|
||||||
|
* ldap: add method for retrieving root DSE attributes
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Wed, 24 Apr 2024 21:11:49 +0200
|
||||||
|
|
||||||
|
rust-proxmox-ldap (0.2.1-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* only check base of base_dn when checking connection to avoid some size
|
* only check base of base_dn when checking connection to avoid some size
|
||||||
limitations
|
limitations
|
||||||
|
@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 12),
|
|||||||
librust-serde-1+default-dev <!nocheck>,
|
librust-serde-1+default-dev <!nocheck>,
|
||||||
librust-serde-1+derive-dev <!nocheck>
|
librust-serde-1+derive-dev <!nocheck>
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Standards-Version: 4.6.1
|
Standards-Version: 4.6.2
|
||||||
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||||
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
||||||
X-Cargo-Crate: proxmox-ldap
|
X-Cargo-Crate: proxmox-ldap
|
||||||
@ -34,8 +34,7 @@ Provides:
|
|||||||
librust-proxmox-ldap-0+default-dev (= ${binary:Version}),
|
librust-proxmox-ldap-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-ldap-0.2-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+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-ldap-0.2.1-dev (= ${binary:Version}),
|
librust-proxmox-ldap-0.2.2-dev (= ${binary:Version}),
|
||||||
librust-proxmox-ldap-0.2.1+default-dev (= ${binary:Version})
|
librust-proxmox-ldap-0.2.2+default-dev (= ${binary:Version})
|
||||||
Description: Proxmox library for LDAP authentication/synchronization - Rust source code
|
Description: Proxmox library for LDAP authentication/synchronization - Rust source code
|
||||||
This package contains the source for the Rust proxmox-ldap crate, packaged by
|
Source code for Debianized Rust crate "proxmox-ldap"
|
||||||
debcargo for use with cargo and dh-cargo.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user