jon michaels wrote:
> Does anyone know a tool i can use to create the right type of
> NT-Password hash expected by radius?

  It's an MD4 hash of the password, written as a 32-character hex string.

  That's it.

  Using the *binary* form of the MD4 hash is wrong.  There are embedded
NULs, CRs, LFs, etc. that cause the SQL DB stomach pains.

  Use the hex version of the password:

        NT-Password := 0x0102030405060708...

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

Reply via email to