PAM setup in the new Container/Podman Install #8675
-
I started reviewing the new container version. Got everything installed on openSUSE MicroOS VERSION_ID="20240428", GUI is up and working. Was looking at setting up user accounts and on the current VM install we use the "Use PAM" checkbox. The Documentation all still points to what I believe is the original VM install of PAM adding pam.d file and editing rhn.conf. It seems to me that in this new evolution this would have to be done inside the container not at the MicroOS level? I don't even see SSSD installed in MicroOS be default. Has anyone tried to get this working on the Container base install yet? Any initial thoughts on if this feature is even supported yet in the container based approach? vi /etc/pam.d/susemanager #%PAM-1.0 pam-config -a --sss vi /etc/rhn/rhn.conf |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey,
Documentation PR: Basically you need to enter the container terminal ( |
Beta Was this translation helpful? Give feedback.
Hey,
Pam authentication support is already developed. I'm not sure if is already part of the latest image.
Implementaion PR:
Documentation PR:
Basically you need to enter the container terminal (
mgrctl term
) and then configure the configuration for sssd.