Stelios Sidiroglou-Douskos <[EMAIL PROTECTED]> wrote: > Has there been any work on the new digest module to allow for H(A1) > as per the sterman draft to be stored instead of a plain text > password?
No, and I'm not sure it would help much. H(A1) depends on the user name and the realm, too. Still, it should be too hard to add. Add another attribute Digest-Hash-A1. In the module, try to find that attribute, and if so, use it's string value, instead of create H(A1). It's probably less than 10 lines of code... > Are there any examples that one can see how the digest works? Hmm... give me a few minutes, or grab the snapshot from tonight, and see 'doc/rlm_digest' Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
