radius

Discussion in 'Installation/Configuration' started by 5579chase, Apr 20, 2006.

  1. 5579chase

    5579chase New Member

    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
     
  2. falko

    falko Super Moderator ISPConfig Developer

    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.
     
  3. 5579chase

    5579chase New Member

    Falko,

    Thank you for your prompt response.

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

    Corey
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

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

Share This Page