Forum Discussion
John_Allen
Dec 18, 2011Altostratus
Creating a proper RADIUS Accounting-Response packet in iRules
Creating a proper RADIUS Accounting-Response packet in iRules
If you do a lot of work with RADIUS messages being sent to
your BIGIP so that you can get some information from another...
Alex_D
Nov 06, 2012Nimbostratus
Very useful!
I had a problem with it only using the first 4 characters of the shared secret. Made the adjustments as per below. Someone might have a more elegant way.
Added to RULE_INIT after set static::secret:
set static::secretlen [expr 2 * [string length $static::secret]]
Replaced existing set md5me line with:
set md5me [binary format cH2SH32H$static::secretlen $code $ident $len $auth $static::secrethex]
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects