Kerberos4, tcp-wrappers, afs, and pam support on RH7.0

Austin Gonyou austin at coremetrics.com
Sat Mar 24 03:47:54 EST 2001


I believe this is a misleading message. I did switch the kerberosIV/des.h
with openssl/des.h. Not good. Openssh wouldn't even finish building. It
appears that the way to make this build work is my previous asumption.
Switch the openssl/des.h with the one from kerberosIV/des.h, I get not
actual errors while building I do get a few warnings, but only a small
section and they look like this:

sshconnect1.c: In function `try_kerberos_authentication':
sshconnect1.c:402: warning: passing arg 1 of `krb_get_phost' discards
qualifiers from pointer target type
sshconnect1.c:402: warning: passing arg 1 of `krb_get_phost' discards
qualifiers from pointer target type
sshconnect1.c:402: warning: passing arg 1 of `krb_get_phost' discards
qualifiers from pointer target type
sshconnect1.c:402: warning: passing arg 1 of `krb_get_phost' discards
qualifiers from pointer target type
sshconnect1.c:402: warning: passing arg 1 of `krb_get_phost' discards
qualifiers from pointer target type
sshconnect1.c:404: warning: passing arg 1 of `krb_realmofhost' discards
qualifiers from pointer target type
sshconnect1.c:423: warning: passing arg 1 of `des_key_sched' from
incompatible pointer type
sshconnect1.c:473: warning: passing arg 4 of `krb_rd_priv' from
incompatible pointer type


The sshconnect1.c file is where it would break horribly before when using
the openssl/des.h file.  Hope this helps those who are atempting it.

-- 
Austin Gonyou
Systems Architect
Coremetrics, Inc.
Phone: 512-796-9023
email: austin at coremetrics.com

On Fri, 23 Mar 2001, Austin Gonyou wrote:

> Doh! After reading the openssl/des.h file, I found this set of lines.
>
> #ifdef _KERBEROS_DES_H
> #error <openssl/des.h> replaces <kerberos/des.h>.
> #endif
>
>






More information about the openssh-unix-dev mailing list