On Fri, 21 Nov 2003, Aaron Magill wrote:

> Hadn't heard anything so I wanted to try again... has anyone else
> experienced the following or have any thoughts on what to do to correct
> it?
>
> After installing coreutils, the fink version of su fails, apparently
> because it isn't properly getting account info from Panther.  OpenSSH
> seems to also have this problem, as when I run the fink ssh daemon, I
> am unable to login remotely because all account/password combinations
> are rejected.
>
> Any one else have similar problems with Panther or have thoughts on how
> to correct this?  If it matters, I did a clean install of Panther (all
> Jaguar stuff removed first).
>
> --
> Aaron
>
This sounds to me like it may be related to PAM.  I moved an IMAP daemon
(compiled from UW source) that was working in Jaguar to Panther, and it
didn't work in Panther.  A re-compile with PAM support fixed the problem.

This is speculation based upon what I saw from above, but my guess is:...

In Jaguar, I believe that standard libc routines would look up login
names/passwords without the code calling them knowing anything about PAM
or netinfo.  In Panther, these routines don't go to the netinfo database
to look up the information, so you need PAM support in the application.

It may be possible to add accounts to /etc/passwd to get around this
problem, but I haven't tried that.  I wouldn't know how to give them
a usable encrypted password anyway.

Wayne

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Wayne Brehob    [EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to