[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

afs-support



Hi,

Thanks to all who answered to my question. It works very well.

But two remarks on compiling the Kerberos V package:

1. The command "gawk -f roken.awk roken.h.in >make-roken."
works not on our Solaris 7 but on AIX42 and AIX43.

2. in kdc/kaserver.c :
  a) the include file "kerberos4.h" doesnt exist.
  b) the statement 

    server_entry = db_fetch4 ("krbtgt", v4_realm, v4_realm);
    if (server_entry == NULL) 

should be 

    ret = db_fetch4 ("krbtgt", v4_realm, v4_realm, &server_entry);
    if ( ret )

But i have an other question:

What is the right way to install afs-support for "afslog" or Kens "aklog" ?
The afs-key from /usr/afs/etc/KeyFile must be storred in the Database
for the principal afs@REALM and for afs/realm@REALM.

I dont have found any tip in the doku.

Thanks to all

Elmar

------------------------------------------------------------------------
Dr. Elmar Abeln              email: Elmar.Abeln@URZ.Uni-Heidelberg.DE
Universitaetsrechenzentrum
Im Neuenheimer Feld 293	     phone: +49 (6221) 54 4513
D 69120 Heidelberg	     fax:   +49 (6221) 54 5581
---------------------------------------------------------------------------