Bug ID 1074515
Summary Name Service Switch configuration is incorrect
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Kubic
Assignee kubic-bugs@opensuse.org
Reporter mkravec@suse.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

If a customer edits /etc/passwd, the edited version in the overlayfs
will shadow the original /etc/passwd and customers would never
see new system users.

Comparing nsswitch.conf on CaaSP and Kubic:

Kubic:
 passwd: compat
 group:  compat

CaaSP:
 passwd: files usrfiles
 group:  files usrfiles

Solution: libnss_usrfiles.so.2, which will look in
/usr/etc/{group,passwd,shadow}


You are receiving this mail because: