Forum Discussion
Rise_77519
Nimbostratus
Nov 01, 2013apm question
Hi,
is it possible to assign resource to users based radius attribute like nested group in active directory. for exm. i have two user group that are technical and sales in radius. if a user from tech...
Kevin_Stewart
Employee
Dec 03, 2013Interesting. Your hex-encoded binary string starts with "0x", which is getting added to the ascii string. Probably the easiest fix would be something like this:
for { set i 0 } { $i < [string length $bin] } { incr i 2 } {
if { not ( [string range $bin $i [expr $i + 1]] equal "0x" ) } {
append ascii "0x[string range $bin $i [expr $i + 1]] "
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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