📄 readme
字号:
INTRODUCTIONThis distribution contains: * libtac TACACS+ client library implementing necessary subset of TACACS+ functionality * tacc simple TACACS+ client and login utility * pppd-*.patch pppd TACACS+ driver for versions 2.2.0g and 2.3.4NEWSJean-Louis Noel <jln@stben.be> has written a plugin forpppd-2.3.11 and higher, which cleanly solves problem withnew pppd versions. Now you don't need to patch pppd sourcesto use TACACS+. The plugin source and installation instructionsare avaiable at http://www.stben.be/tacacs/.NOTEThe 1.6.x versions of libtac/tacc are quite stable now and developmentis discontinued. Instead, I'm currently writing version 2.0 which willless a quick hack (which 1.6 really is), and more a protocol implementation.New 1.6 versions will be only bugfixes.INSTALLATION1. Edit and configure files: * tacc.c * Makefile * lib/Makefile2. Type 'make'. This should produce library (lib/libtac.a) and tacc program.3. 'make install' will copy the 'tacc' binary program to /usr/local/sbin and 'tacc.1' manual page to /usr/local/man/man1.4. If you want pppd driver built, copy patch for proper pppd version to the top of pppd source code tree (e.g. /usr/src/ppp-2.3.4) and type 'patch -p0 <ppp-2.x.x.patch'5. Configure and make pppd as described in file README.tacacs from pppd directory.DOCUMENTATIONYou can find more information about this program on:http://www.ceti.com.pl/~kravietz/progs/tacacs.htmlThere is brief information on using tacc in tacc(1) manual page.AUTHOR libtac, tacc and pppd TACACS+ driver were written byPawel Krawczyk <kravietz@ceti.com.pl>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -