OpenSolaris

Printable Version Enter a New Search
Bug ID 4624732
Synopsis ldapaddent not fully internationalized
State 10-Fix Delivered (Fix available in build)
Category:Subcategory ldap:tools
Keywords
Responsible Engineer Tomas Heran
Reported Against s81_52
Duplicate Of
Introduced In solaris_9
Commit to Fix snv_93
Fixed In snv_93
Release Fixed solaris_nevada(snv_93)
Related Bugs 6712098
Submit Date 16-January-2002
Last Update Date 3-July-2008
Description
ldapaddent is not fully internationalized. There are several messages that
are not being gettext'ed.

For example:

genent_passwd() and certain other routines have the following code:

strcpy(parse_err_msg, "no uid");


And  when parse_err_msg is actually getting printed.

printf(stderr, gettext("parse error: %s (line %d)\n"), parse_err_msg, lineno);

                                   ^^^^

The "no uid" string would not get localized.
Work Around
N/A
Comments
N/A