Mysql and LDAP authentication
Hello, We use freeradius and everything works very well. We authenticate the users with our LDAP directory and we use MySQL for only one table: radippool. Now we would like to store all our freeradius data and accounting in mysql. It seems easy but we have a small question before working on this project: is it possible to use mysql without storing our users in the database? We would like to continue to use LDAP for authentication. Jean-Marc
On Wed, 2020-04-08 at 07:49 +0200, jm130794 wrote:
Now we would like to store all our freeradius data and accounting in mysql. It seems easy but we have a small question before working on this project: is it possible to use mysql without storing our users in the database? We would like to continue to use LDAP for authentication.
Sure. Just add "sql" to the accounting section, but don't add it to the "authorize" section. -- Matthew
participants (2)
-
jm130794 -
Matthew Newton