PDA

View Full Version : radius


5579chase
20th April 2006, 03:36
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

falko
20th April 2006, 18:14
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.

5579chase
20th April 2006, 23:47
Falko,

Thank you for your prompt response.

Once the new password is written to /etc/shadow, can radius access it there?

Corey

till
21st April 2006, 11:29
Once the new password is written to /etc/shadow, can radius access it there?

Yes, if your radius implementation can work with linux system user accounts.