Willi Mann wrote:

> I have looked at the source code of libnns-mysql. The only occurence of
> above message seems to be src/ent.c, line 202:
> 
>    _nss_mysql_log(LOG_ERR,"setent(%d): conf file parsing failed",
> 
> This says LOG_ERR, and I don't think we should kill error messages.
> However, it would make sense to summarise it, to avoid differnent
> process numbers to make the list of Unmatched Entries longer.


No, this is in src/shadow.c, line 278:

    if (! _nss_mysql_read_conf_file("shadow",&pr)) {
            _nss_mysql_log(LOG_ERR,"_nss_mysql_getspnam_r conf file "
                            "parsing failed");

And this fails on purpose unless it is called by root.


Andreas


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to