OpenSolaris

Printable Version Enter a New Search
Bug ID 6573159
Synopsis idmap_config.c should use idmapdlog() to log messages instead of its own routines
State 10-Fix Delivered (Fix available in build)
Category:Subcategory idmap:libidmap
Keywords
Responsible Engineer Baban Kenkre
Reported Against snv_68
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_70
Fixed In snv_70
Release Fixed solaris_nevada(snv_70)
Related Bugs 6573752
Submit Date 23-June-2007
Last Update Date 8-August-2007
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).
Work Around
N/A
Comments
N/A