From 377204d35a5b61eb8e903e52412ae9432aa0c84f Mon Sep 17 00:00:00 2001 From: Richard Marian Thomaiyar Date: Thu, 28 May 2020 11:07:18 +0530 Subject: Include pam-localuser. Include pam-localuser to the rootfs file system. This will be used to do pam_authenticate restriction based on group ownership for localusers and ignore it for ldap users. Tested: Along with pam-webserver changes with authenticate required, verified that local users belonging to redfish group are only allowed to login to bmcweb. (From meta-phosphor rev: 4f3be3adf5e30894f7749bfa8c52e4a9b506d01b) Change-Id: Icec9ae4f2c8e08c6d66733995158aeae85352beb Signed-off-by: Richard Marian Thomaiyar Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-extended/pam/libpam_%.bbappend | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-phosphor/recipes-extended/pam') diff --git a/meta-phosphor/recipes-extended/pam/libpam_%.bbappend b/meta-phosphor/recipes-extended/pam/libpam_%.bbappend index 07dd548475..8ed05f6297 100644 --- a/meta-phosphor/recipes-extended/pam/libpam_%.bbappend +++ b/meta-phosphor/recipes-extended/pam/libpam_%.bbappend @@ -10,6 +10,7 @@ RDEPENDS_${PN}-runtime += "${MLPREFIX}pam-plugin-cracklib-${libpam_suffix} \ ${MLPREFIX}pam-plugin-tally2-${libpam_suffix} \ ${MLPREFIX}pam-plugin-pwhistory-${libpam_suffix} \ ${MLPREFIX}pam-plugin-succeed-if-${libpam_suffix} \ + ${MLPREFIX}pam-plugin-localuser-${libpam_suffix} \ " do_install_append() { -- cgit v1.2.3