Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!news.kei.com!news.mathworks.com!tank.news.pipex.net!pipex!newsfeed.internetmci.com!news From: Paul Marsh <marsh@bigsky.net> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Kerberos Install Problem (Repost?) Date: 27 Sep 1995 17:23:52 GMT Organization: Big Sky Network Technologies Lines: 36 Message-ID: <44c1b8$luq@hydra.bigsky.net> References: <43sm8u$9rb@hydra.bigsky.net> NNTP-Posting-Host: pegasus.bigsky.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 1.1N (X11; I; Linux 1.2.6 i486) X-URL: news:43sm8u$9rb@hydra.bigsky.net I'm making some progress that I thought I'd share, along with some new questions. I think some of my problems had to do with trying to build two different versions of Kerberos, (eBones, and Kerberos). I still have problems with "make -DMAKE_KERBEROS world", but I can get around that. I've gone through the process described in the handbook as far as I can. (i.e. set up the /etc/kerberosIV files, kdb_init, kstash, kdb_edit with principals = passwd and rcmd, and ext_srvtab.) There was no kadmind, so I proceeded to set up a user "newbie" with kdb_edit, (no instance, but supplied a password). I verified the user on the server with the kinit, and klist programs. cygnus# kinit newbie Kerberos Initialization for "newbie" Password: cygnus# klist Ticket file: /tmp/tkt0 Principal: newbie@BigSky.Net Issued Expires Principal Sep 26 13:18:53 Sep 26 21:18:53 krbtgt.BigSky.Net@BigSky.Net When I try to login (as newbie), from a server running kerberos, I get an error in my kerberos.log file, as follows. 27-Sep-95 10:32:57 Getting key for BigSky.Net 27-Sep-95 10:32:57 Initial ticket request Host: 205.138.104.123 User: "newbie" "" 27-Sep-95 10:33:27 UNKNOWN "krbtgt" "BIGSKY.NET" Anyone with any thoughts, or comments? Thanks in advance. -Paul-