|
Description
|
The routines in idmap_config.c should use idmapdlog() to log messages instead of its private function errmess() which at the moment does not log any messages passed to it. All other components of idmapd daemon use idmapdlog() which handles both, writing to syslog (daemon mode) as well as printing to stderr (in non-daemon mode).
|