Can you suggest a method to integrate a radius server into an ispconfig platform? Perhaps freeradius can be directed to use the SQL database the ispconfig uses. I can see that the table isp_isp_user includes user_username and user_passwort data, perhaps freeradius can seek this information for authentification? Corey
ISPConfig doesn't store the user passwords permanently, only temporarily, until it writes them to /etc/shadow, so I don't think this will work.
Falko, Thank you for your prompt response. Once the new password is written to /etc/shadow, can radius access it there? Corey