base64decode
2 TopicsF5 BigIP APM VPN some LDAP field are base64 encoded
We have F5 BigIP APM (16.1.5.2) for VPN SSL and for some user some LDAP field are base64 encoded (because of french accent). I have try in Variable Assignement : session.ldap.last.attr.displayName = set encoded [mcget {session.ldap.last.attr.displayName}] set decoded [b64decode $encoded] return $decoded But in log 2025-04-17 19:06:54 x.x.x.x - err apmd[1069]: 01490086:3: /Common/AP:Common:77c07d2d: Rule evaluation failed with error: invalid command name "b64decode" Is it possible to have the good syntax for this conversion ? Thank youSolved231Views0likes1Commentproblems with b64decode decoding signed content
we need to decode a uri from Microsoft owa where the result has about 41 binary Bytes for a signature. we only need the rest but the base64 fails with conversion error (line 1) invoked from within "b64decode $uri" i also tried to fix it using substr to cut the binary part Prior to the base64decode without success any idea?427Views0likes4Comments