Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!yarrina.connect.com.au!classic.iinet.com.au!swing.iinet.net.au!news.uoregon.edu!chi-news.cic.net!newsxfer.itd.umich.edu!news.mathworks.com!news.kei.com!ddsw1!news.mcs.net!not-for-mail From: les@MCS.COM (Leslie Mikesell) Newsgroups: comp.unix.bsd.bsdi.misc Subject: Re: Cisco Tacacs Date: 24 Oct 1995 23:45:22 -0500 Organization: /usr/lib/news/organi[sz]ation Lines: 19 Message-ID: <46kfd2$hr6@Mars.mcs.com> References: <gary-1610952342130001@ipgw3.avel.com> NNTP-Posting-Host: mars.mcs.com In article <gary-1610952342130001@ipgw3.avel.com>, Gary Shainberg <gary@avel.net> wrote: >Is there anyone out there who has managed to get any software working on a >bsdi machine to control Cisco 2500 routers using tacacs. > >Cisco have their own software but I can not get to to compile and it is an >unsupported product so there is no help. There is an extended version of the server at: ftp://ftp.navya.com/pub/vikas/xtacacsd-3.4.shar To make it work with BSDI 2.x you need to change all: lseek(utmpfd, (off_t)-(sizeof oentry), SEEK_CUR); lines to: lseek(utmpfd, -(off_t)(sizeof oentry), SEEK_CUR); Les Mikesell les@mcs.com