[Bug 1183345] New: sudo not using /usr/etc/nsswitch.conf
http://bugzilla.opensuse.org/show_bug.cgi?id=1183345 Bug ID: 1183345 Summary: sudo not using /usr/etc/nsswitch.conf Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: All OS: openSUSE Tumbleweed Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem Assignee: screening-team-bugs@suse.de Reporter: peter.clark@ngic.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- sudo is successfully performs ldap reads using /etc/nsswitch.conf with sudoers: ldap but a similar entry in /usr/etc/nsswitch.conf not working tumbleweed# strace sudo -l 2>&1 | grep ldap.conf tumbleweed# cp /usr/etc/nsswitch.conf /etc/nsswitch.conf tumbleweed# strace sudo -l 2>&1 | grep ldap.conf openat(AT_FDCWD, "/etc/ldap.conf", O_RDONLY) = 7 tumbleweed# -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1183345 Peter C <peter.clark@ngic.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |peter.clark@ngic.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1183345 http://bugzilla.opensuse.org/show_bug.cgi?id=1183345#c1 Jason Sikes <jsikes@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(peter.clark@ngic. | |com) --- Comment #1 from Jason Sikes <jsikes@suse.com> --- Hi, Peter. I just tried this on a fresh install of Tumbleweed, and everything seems to be OK. germ109:~ # strace sudo -l 2>&1 | grep ldap.conf germ109:~ # cp /usr/etc/nsswitch.conf /etc/nsswitch.conf germ109:~ # strace sudo -l 2>&1 | grep ldap.conf germ109:~ # Is this working for you, now? --Thanks, --Jason -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com