Ia there a way to embed a python script into freeradius 3 to hash and salt the users password before authenticating to the MS SQL database...

We have a USERNAME HASHEDPASSWORD SALT column in our database. I want to be able to compare the two passwords that are both hased before allowing the user to connect...