Subject: Re: "BSD Authentication"
To: Ken Hornstein <kenh@cmf.nrl.navy.mil>
From: Todd Vierling <tv@pobox.com>
List: current-users
Date: 11/22/1998 23:53:18
On Sun, 22 Nov 1998, Ken Hornstein wrote:
: >Well, it can be. In a way, the "conversion" thought could be reversed: a
: >pam/bsdauth.so wouldn't be unthinkable,
: Statically linked code can't call dlopen()? Why not?
dlopen() is in ld.{elf_,}so. That's where all the dynamic code is.
You could conceivably rip that code out and put it into the static libc for
a.out, but ELF is a little bit worse for the wear as the dynamic linking
starts in the kernel and not in userland.
: My $0.02 cents. I think the BSD Authentication stuff could perhaps
: co-exist with PAM,
"see comment at top."
--
-- Todd Vierling (Personal tv@pobox.com; Bus. todd_vierling@xn.xerox.com)