22 May
2014
22 May
'14
12:46 p.m.
On 22/05/14 17:19, Chaigneau, Nicolas wrote:
Attr-String start with a 0x01 (escaped to \001). -> Attr-Octets gets "0x5c303031..." (instead of what I would like: "0x01...")
Is there a way to force the assignement without the string being escaped ?
In 3.x yes: Attr-Octets = &control:Attr-String ...and maybe the <cast> stuff (haven't looked at it). Not sure in older versions - there might be some kind of unlang xlat magic voodoo you can do, but I don't think so, it'll be the pairparsevalue() that is doing the interpretation.