Nathan Miller <[EMAIL PROTECTED]> wrote:
> In that case, does it mean the values are being passed in HEX and not 
> Binary?

  Yes.  The values are passed exactly like they appear when printed in
debugging mode.

>  Looking at the data more closely, it does appear they are.  But if 
> it's getting mangled because of the conversion pre-env then perhaps we can 
> just pass them as binary and let perl do the binary -> hex conversion?

  No, binary data would get mangled.  Hex data doesn't.

  It means that you've got to convince perl to convert the hex to
binary, and THEN md5 it.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to