A bigger problem is that I don't know how many other things are broken, like adduser, passwd, login, etc. And after I get this working, I get to play with PAM...
Andreas Krennmair writes:
On Thu, Aug 02, 2001 at 09:49:07PM -0400, [EMAIL PROTECTED] wrote:shadow password stuff is handled by the usual getpwnam & co functions.* shadow.h: FreeBSD doesn't seem to implement the standard shadow password functions in it's libc. (No getspnam and friends.) So far, I've learned that this breaks base-passwd.
-> no need for extra handling unshadowed and shadowed passwd files.
Joerg Wunsch told me so when I tried to port the predecessor of my login
program francine[0] to FreeBSD.
Regards, Andreas Krennmair [0]: http://francine.sourceforge.net/ -- "Tux, was isst du denn da?" "Ooch, nichts besonderes, nur ein gegrilltes Chamaeleon."

