LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 886|回复: 3

(请高手指点急啊)关于架设Tacacs+服务器的问题

[复制链接]
发表于 2005-10-17 16:40:51 | 显示全部楼层 |阅读模式
我按照一下的方法装了tac_plus-F4.0.3.alpha-9.i386.rpm,我想知道下来应该怎么启动或配置服务器,安装完了也没有什么提示啊,下一步不知道该怎么做了。
Tacacs+ Install Guide
This document try to basicly explain how to install and use tacacs+
It's not prepared very well. I am sorry for this reason.

First off all there are 4 kind of installation methods for tacacs+.These are:
1)First time rpm install
2)Binary packet(rpm) upgrade
3)src.rpm compile and install
4)Tarball install

So lets describe it.

1)First time install

When you want to use tacacs+ at your RPM based system. You must use this choice.
It is very easy process.Just do following things:

Get lastest tacacs+ binary rpm file from http://www.gazi.edu.tr/tacacs.
Login as a root or switch user to root.
Type;
        rpm -ivh tac_plus.xxx.i386.rpm

By this command tacacs+ must install your system.

Try to query if tacacs+ correctly install
        rpm -q tac_plus

If this command give a output like :
        tac_plus-F4.0.3.alpha-7

Viola . You succesfully installed tacacs+ .

Otherwise if not there are some problem either system or tacacs+ packet.

2) Binary packet(rpm) upgrade

When you use this choice, tacacs+ rpm must installed your system before.
I haven't add any check to avoid to erase for old config files. So please backupnecessary files before this operation. (RPM backup old files but sometimes not)

So only just type:
        rpm -Fvh tac_plus.xxx.i386.rpm

Before upgrade tacacs+ please backup of your config files for all probable error.

3)src.rpm compile and install

This type of installation are very complicated but i try to figure in basic way
If you want to use tacacs+ other features like db authentication etc. you must
recompile tacacs+ rpm packet.

So first of all you must get lastest src.rpm file from my site.

Install it by command:
        rpm -ivh tac_plus.xxxx.src.rpm

By this command rpm installed tac_plus files to required location. On Redhat
systems it's put files to /usr/src/redhat directory.

So find SPEC directory then edit tacacs.spec file

Change configure options for your requirements.

Next try to compile by typing:
        rpm -bb tacacs.spec

If the compiling is success it's write binary rpm to RPMS/i386 directory

Then go back and read stage 1 or 2.

Thats all..

4)Tarball install

These section is for other than RPM based systems.

For this type of installation you must get lastest tarball distro from my site

Then unpack it by command:
        tar zxvf tac_plus_xxx.tgz

Then change directory to unpacked dir
For configure tac_plus type:
        ./configure       
If you like to add more feature like db AA or pam
        ./configure --help   shows configure options

For compile ;
        make tac_plus

then for installing
        make install or manullay install files
发表于 2005-10-18 09:04:44 | 显示全部楼层
我也有同样的问题,请高手指点!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-10-20 11:02:45 | 显示全部楼层

关于架设Tacacs+服务器的问题

高手请进阿,这个问题困惑我很久了,哪位高手能帮忙解决一下,不甚感激!!
回复 支持 反对

使用道具 举报

发表于 2005-10-21 10:22:16 | 显示全部楼层

这个问题请高手指教啊!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表