Re: [suse-security] Problems with YaST / Usermanagement

--- Stefan Suurmeijer <stefan@symbolica.nl> wrote:
Good point, but here's what I found in /sbin/init.d/nscd [...] # Force execution if not called by a runlevel directory. test $link = $base && START_NSCD=yes test "$START_NSCD" = yes || exit 0 test -x /usr/sbin/nscd || exit 0 [...] Greetings, Simone ===== ===================== Dr. Simone Grabstein gsimon@rocketmail.com ===================== __________________________________________________ Do You Yahoo!? Kick off your party with Yahoo! Invites. http://invites.yahoo.com/

Good spotting. The idea behind it is that services can be started regardless of settings in /etc/r.config[.d/*]. The actual accident happens in /sbin/SuSEconfig: [...] /usr/bin/find /etc/resolv.conf -mmin -1 -exec /sbin/init.d/nscd restart [...] It actually needs "/sbin/init.d/nscd reload" instead of restart, but then /sbin/init.d/nscd doesn't make a difference btw reload and restart. It could be more beautiful...
Also, Roman. -- - - | Roman Drahtmüller <draht@suse.de> // "Caution: Cape does | SuSE GmbH - Security Phone: // not enable user to fly." | Nürnberg, Germany +49-911-740530 // (Batman Costume warning label) | - -

Good spotting. The idea behind it is that services can be started regardless of settings in /etc/r.config[.d/*]. The actual accident happens in /sbin/SuSEconfig: [...] /usr/bin/find /etc/resolv.conf -mmin -1 -exec /sbin/init.d/nscd restart [...] It actually needs "/sbin/init.d/nscd reload" instead of restart, but then /sbin/init.d/nscd doesn't make a difference btw reload and restart. It could be more beautiful...
Also, Roman. -- - - | Roman Drahtmüller <draht@suse.de> // "Caution: Cape does | SuSE GmbH - Security Phone: // not enable user to fly." | Nürnberg, Germany +49-911-740530 // (Batman Costume warning label) | - -
participants (2)
-
Roman Drahtmueller
-
Simone Grabstein