From 1bccff7e68d75668f746bbe344dc96f2f9de7f1a Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 2 Feb 2023 11:50:04 +0100 Subject: [PATCH] auth-api: make example require pam-authenticator Signed-off-by: Wolfgang Bumiller --- proxmox-auth-api/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proxmox-auth-api/Cargo.toml b/proxmox-auth-api/Cargo.toml index 773ec3cf..da5f862f 100644 --- a/proxmox-auth-api/Cargo.toml +++ b/proxmox-auth-api/Cargo.toml @@ -8,6 +8,10 @@ repository.workspace = true exclude.workspace = true description = "Tickets, API and Realm handling" +[[example]] +name = "passwd" +required-features = [ "pam-authenticator" ] + [dependencies] anyhow.workspace = true