[tac_plus] Patch to add crypt_md5 password support to tac_plus

Gary Allan gary at gallan.co.uk
Sat Dec 11 20:55:56 UTC 2010


Hello,

The attached patch adds crypt_md5 support to tacacs+-F4.0.4.19. Please 
feel free to review, test and include in tac_plus. Any feedback would be 
welcome. A ./configure is required after applying the patch.

Gary

#
# Example config
# All passwords are "1234"
#
# md5 hashes can be generated by tac_pwd -m
# or copied from Cisco configs.
#

key = 1234

user = testuser {
         login  = md5 $1$p2KX$UDm4AQrvrq9ockzoQ6h0o1
         enable = md5 $1$p2KX$UDm4AQrvrq9ockzoQ6h0o1
}
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: crypt_md5_support.diff
URL: <http://www.shrubbery.net/pipermail/tac_plus/attachments/20101211/ec730f9f/attachment.ksh>


More information about the tac_plus mailing list