Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!howland.erols.net!vixen.cso.uiuc.edu!news.indiana.edu!news From: jfieber@indiana.edu (John Fieber) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: I want to get rid of Kerberos. How? Date: 14 Dec 1996 16:39:57 GMT Organization: Indiana University, Bloomington Lines: 20 Sender: jfieber@fallout.campusview.indiana.edu Message-ID: <58ul8t$6p7@dismay.ucs.indiana.edu> References: <32b2796b.16766907@news.intergate.bc.ca> NNTP-Posting-Host: fallout.campusview.indiana.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Newsreader: knews 0.9.8 To: jordon@intergate.bc.ca Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:32595 [Posted and mailed] In article <32b2796b.16766907@news.intergate.bc.ca>, jordon@intergate.bc.ca (Jordon Randall) writes: > I accidentally installed kerberos IV when I wanted to install DES > encryption. Now I can't get rid of it and it's anoying the hell out > of me. It's causing some problems in other minor areas that are a > real pain too. I can't see any kerberos executible being loaded > anywhere, nor any LKM. But libraries are being loaded, and if I > remove them I can't log in period because ld.so complains. There isn't a trivial way to do this because the kerberos package replaces a bunch of files with kerberized versions. What you have to do is get the kerberos part of the distribution (krb.*), find out what files are included, then extract those files from the base distribution (bin.*) over the kerberos versions that got installed. It would be handy to have an "unkerberizer" package.... -john