Bug ID 1141187
Summary pam-config incorrectly rewrites configuration file
Classification openSUSE
Product openSUSE Distribution
Version Leap 15.1
Hardware Other
OS Other
Status NEW
Severity Minor
Priority P5 - None
Component Basesystem
Assignee bnc-team-screening@forge.provo.novell.com
Reporter jmader2@gmu.edu
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

Doing something like,

pam-config -a --mkhomedir --mkhomedir-umask=027

seems to inadvertently rewrite,

common-auth-pc:
auth    required    pam_sss.so

Into:
auth    required    pam_sss.so    use_first_pass

Which, if there is no auth before pam_sss the "use_first_pass" breaks the gdm
login window (bunch of javascript errors).

mkhomedir also writes "session optional" instead of "session^Ioptional" like
all the other lines in the PAM config files.


You are receiving this mail because: