[514] in Kerberos-V5-bugs
kerberos V beta 4
daemon@ATHENA.MIT.EDU (Mark Tinguely)
Fri Jun 17 14:53:58 1994
Date: Fri, 17 Jun 1994 13:53:41 -0500
From: Mark Tinguely <tinguely@plains.NoDak.edu>
To: krb5-bugs@MIT.EDU
FYI:
To compile Kerberos V beta 4 on FreeBSD 1.1 (BSD net-2 derivative),
1) I added a entry in src/isode/h/config.h:
#ifdef i386 /* should be __freebsd__ */
#define BSD42
#define BSD43
#define BSD44
#endif
2. In src/isode/compat/putenv.c, I had to define (#ifdef BSD44) out the
setenv/putenv because of compiler complains on types and wrong number of
arguemts in setenv.
3. In src/lib/krb5 has an error creating the libkrb5.a because the posix
subdirectory has not object files listed in the DONE file; ar does
not like no objects being added to the library ( a simple comment of
the posix from the SUBDIR line in the Makefile did the job, but maybe
a simple check of empty DONE files would be better).
COMMENT:
I had down loaded, but never compiled up the Kerberos V Beta 3. But I can
say Kerberos V Beta 4 is MUCH MUCH MUCH easier to work with.
SHAMELESSLY DUMB QUESTION:
I did not see a configuration instructions like there was for the Kerberos
IV. Does it use the same steps, files? I can see from the source that
the configurations files reside in a different directory, but could I
use the documentation from Kerberos IV to configure the kerberos V system?
As you can guess, I have Kerberos V Beta 4 compiled for the FreeBSD 1.1 OS,
I do not claim it works flawlessly, but will be able to say more once it is
configured.
--mark.