Pi Home Server

Results 161 comments of Pi Home Server

How did you create the user ? With the cleartext password policy ?

Do you see the user in the database with its attributes ? At least to be sure that the creation worked. Else try to create one using the radclient

Other device than where Freeradius is installed ? If so that's normal as you send your request to localhost that is the current devide not the one with Freeradius You...

I suggest to use Google ... https://wiki.freeradius.org/config/Radclient#command-line

Look at other issues. That's a known point where the docker-compose is newly installed in another folder. You have to change it manually or better create a pull request with...

Try to look at the new location with the type command. Not sure about the location in latest debian release

```RADIUS client 0.0.0.0:3799``` It seems that something is already running on the port. Did you stop it before ?

no before starting chilli in debug mode

Sure but it stops freeradius, not chilli Stop both and start them in debug mode

user radius does not have access rights set. Did you get any error message while installing ? Else grant all with `GRANT USAGE ON *.* TO 'radius'@'localhost';` with root user