mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rich Felker <dalias@aerifal.cx>
To: musl@lists.openwall.com
Subject: Re: make -i with linux-pam
Date: Mon, 14 May 2012 14:17:11 -0400	[thread overview]
Message-ID: <20120514181711.GT163@brightrain.aerifal.cx> (raw)
In-Reply-To: <20120514110133.233d6de3@newbook>

On Mon, May 14, 2012 at 11:01:33AM -0700, Isaac Dunham wrote:
> > > pam_unix_passwd.c:57:21: error: rpc/rpc.h: No such file or directory
> > 
> > This would need an external rpc implementation, but I question why
> > unix_passwd support needs rpc to begin with...
> ...
> > Ugly NIS stuff...
> Looks like NIS uses RPC...
> I think I'll disable pam_unix for the time being.

I don't understand why pam_unix is performing NIS lookups. It should
just be using getpwnam_r, which would automatically support NIS if the
underlying getpwnam_r does and would avoid the dependency on systems
that don't have/need it.

Rich


  reply	other threads:[~2012-05-14 18:17 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-14  3:58 Isaac Dunham
2012-05-14  4:11 ` Rich Felker
2012-05-14 18:01   ` Isaac Dunham
2012-05-14 18:17     ` Rich Felker [this message]
2012-05-15  0:09   ` Isaac Dunham
2012-05-16  3:24     ` Rich Felker
2012-05-16 14:23       ` Isaac Dunham
2012-05-21 19:12       ` aep
2012-05-21 19:28         ` Rich Felker
2012-05-21 20:24           ` aep
2012-05-21 20:55             ` Rich Felker
2012-05-21 21:08               ` aep
2012-05-21 21:20                 ` Rich Felker
2012-05-22 16:51             ` Christian Neukirchen
2012-05-22 17:50               ` Rich Felker
2012-05-22 18:22               ` aep
2012-05-22 18:28                 ` Rich Felker
2012-05-22 18:45                   ` aep
2012-05-22 20:00                     ` Rich Felker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120514181711.GT163@brightrain.aerifal.cx \
    --to=dalias@aerifal.cx \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).