Finally, an update (well, sort of) to the Cisco TACACS server for Windows that was provided here. The first version provided on this site was compiled from the original 4.0.4 Cisco version of tac_plus.
This version is actually based on 4.03, but has many added features that doesn’t exist in the 4.0.4 Cisco release. The version given to this particular code distribution is F4.0.3.alpha-9a.
It runs just like the other version, (yes, with all the same qwerks as well) with additional options available to you.
Cisco tacacs+ server for Windows
Have fun, and if you successfully use any of the additional features – be sure to post a comment to let me and others know.


Print This Post







May 8th, 2009 at 6:37 am
hello,
im trying to have tac_plus to authenticate from mysql database and
this is what i get:
Error: expecting default_method keyword after ‘default authentication = ‘ on lin
e 17
using:
default authentication = mysql://tacacs:tacacspassword@localhost/tacacs
default authentication = mysql://tacacs:tacacspassword@localhost/tacacs
default authentication = db mysql://tacacs:tacacspassword@localhost/tacacs
default authentication = db “mysql://tacacs:tacacspassword@localhost/tacacs”
default authentication = “db mysql://tacacs:tacacspassword@localhost/tacacs”
May 8th, 2009 at 6:46 am
default authentication = pap
default authentication = chap
default authentication = pam
gives same error
the only thing that seem to work is
default authentication = file
September 22nd, 2009 at 2:34 am
When i’m runing the TACas server using -C option i’m getting the following error,
Warning, not running as uid 0
Tac_plus is usually run as root
on line 6ecognised token
What is the resolution for this
September 23rd, 2009 at 8:43 am
Does this version support the logging of “Command Authorziation Failures”? The previous version logged sucessful commands, but didn’t log failed commands. Thanks.