libsldap should use strerror() for error reporting, not only errno
State
3-Accepted (Yes, that is a problem)
Category:Subcategory
ldap:switch
Keywords
oss-bite-size
Sponsor
Submitter
Reported Against
snv_80
Duplicate Of
Introduced In
Commit to Fix
Fixed In
Release Fixed
Related Bugs
Submit Date
10-January-2008
Last Update Date
29-January-2009
Description
libsldap is using plain errno for syslog() output on many places. This should be replaced by strerror(3C) calls, to increase usability of syslog messages for administrators.