On Apr 4, 2023, at 6:45 PM, mohamed almeshal <mohammed.almeshal@hotmail.com> wrote:
I'm building cloud based freeradius services and some of users ask for username to thier customers that found in system before , so I wonder if there any producer that can be implemnted to let the username duplicate without any issue for freeradius core .
I don't know what that means. It would help to describe the problem in a bit more detail. If you're hosting multiple independent organizations, then you need to set up MySQL tables for each organization. It's then possible to have different tables contain the "same" name. You'll have to update the SQL queries to somehow know about the organization, too. It's up to you how you determine which organization is which. Generally people qualify names with realms, e.g. "aland@freeradius.org" versus "aland@deployingradius.com". If you're not using realms, then you'll have to figure something out which works for your local system. Alan DeKok.