[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: redhat kerberos PAM
--On Thursday, November 09, 2000 04:13:44 PM +1100 Brian May
<bam@snoopy.apana.org.au> wrote:
>>>>>> "Brian" == Brian May <bam@snoopy.apana.org.au> writes:
>
> Joel> I've managed to make Franck Cusack's PAM module work with
> Joel> heimdal with only a small patch. You can find the module on
> Joel> http://www.fcusack.com/ and my patch on
> Joel> http://ns1.logidee.com/~joko/heimdal/
>
> I was playing around with this, but haven't been able to get it to work -
> the real killer was this:
>
> Nov 9 12:17:00 snoopy sshd[32542]: PAM unable to
> dlopen(/lib/security/pam_krb5.so) Nov 9 12:17:00 snoopy sshd[32542]: PAM
> [dlerror: /usr/lib/libroken.so.9: undefined symbol: res_search] Nov 9
> 12:17:00 snoopy sshd[32542]: PAM adding faulty module:
> /lib/security/pam_krb5.so
so link the module against whatever library provides the res_ functions and
the dlerror should go away. (libnsl?)