On Fri Sep 15 11:43:21 2000, Carl J. Nobile said:
> Make real sure that kerberos was made with shared libs. It doesn't
> really matter to ssh, either way will work fine, but a ldd sshd2 won't
> find the static libs. I had to tell ./configure to make the shared libs
> for kerberos. Below was my command line.
>
> ./configure --enable-shared --prefix=/usr/local/krb5-1.1.1 --without-krb4
Carl,
You're right; my mistake. I did build Kerberos with static libs.
(I'm still wondering, though, why libcom_err was missing, since that library
has existed in all the releases of Kerberos5).
Anyway, assuming I now have Kerberos support in my ssh2/sshd2, where is the
Kerberos-related documentation? I'm particularly interested in a couple
of things right now:
o the appropriate configuration options for using Kerberos
o whether sshd does 'proxy' Kerberos authentication (ie, accepting a
Kerberos password over the ssh connection and authenticating on behalf
of the user principal), as well as validating Kerberos service tickets
from a (kerberized) ssh client.
Thanks.
Mike
----------------------------------------------------------------------------
Mike Friedman [EMAIL PROTECTED]
Communication & Network Services +1-510-642-1410
University of California at Berkeley http://ack.Berkeley.EDU/~mikef
----------------------------------------------------------------------------