From 167818eb90c230d550052c5d2a71bac2ded08099 Mon Sep 17 00:00:00 2001 From: ynerant Date: Mon, 15 Feb 2021 23:38:28 +0100 Subject: [PATCH] [ldap] libpam-ldapd is required to use ldap authentication and is not automatically installed on bullseye Signed-off-by: ynerant --- roles/ldap-client/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ldap-client/tasks/main.yml b/roles/ldap-client/tasks/main.yml index 03e68841..1e58d8aa 100644 --- a/roles/ldap-client/tasks/main.yml +++ b/roles/ldap-client/tasks/main.yml @@ -5,6 +5,7 @@ update_cache: true name: - libnss-ldapd + - libpam-ldapd state: present register: apt_result retries: 3