Hey everyone,<br><br>I was wondering if someone can clearly explain the use of different<br>Password attributes when they're used in a scenario where MySQL is involved.<br><br>The basic case of User-Password is clear.<br>
When the attribute in the radcheck table is User-Password then it's value is<br>the password in clear text and the op is ==<br><br>What about Cleartext-Password? I've added this attribute with op of := and<br>value password in clear text and used radtest as a test, and it results in
<br>just re-transmission of Access-Request queries, and basically not working.<br><br>What about Chap-Password, MD5-Password, SHA1-Password, what are their<br>corresponding values and op like?<br><br><br>As a side note, I remember reading somewhere the use of the PASSWORD('somepass') function
<br>in MySQL for radcheck's password attributes but I'm really not sure in which context was it.<br><br><br>Thanks,<br>Lir.<br>