Subject: Re: login.c doesn't build with crypto-intl (was: Kerberos questions)
To: Bernd Ernesti <netbsd@arresum.inka.de>
From: Aidan Cully <aidan@kublai.com>
List: current-users
Date: 06/01/2000 22:55:30
Thanks for letting me know.  Right now, I'm going to back out the hooks
into krb5.conf, which are causing all the trouble.  Over the weekend,
barring objections, I'll investigate adding hooks into login.conf for
allowing equivalent functionality.

--aidan

On Thu, Jun 01, 2000 at 04:38:11PM +0200, Bernd Ernesti wrote:
> On Tue May 30 09:10:22 2000, Aidan Cully wrote:
> > 
> > I've just committed code to allow login to get both krb4 and krb5
> > tickets, when told to do so in krb5.conf.  The way you enable it is:
> 
> This now breaks crypto-intl builds:
> 
> cc -O2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Werror   -DLOGIN_CAP -DSKEY -I/usr/include/krb5               -DKERBEROS5 -c /src/usr.bin/login/login.c
> cc1: warnings being treated as errors
> /src/usr.bin/login/login.c: In function `login_get_kconf':
> /src/usr.bin/login/login.c:766: warning: passing arg 2 of `krb5_get_default_realm' from incompatible pointer type
> /src/usr.bin/login/login.c:770: warning: implicit declaration of function `krb5_appdefault_boolean'