hacor / unifi-freeradius-ldap

A freeradius docker container to connect to the Google Secure LDAP service
79 stars 31 forks source link

Server is not responding after some time #20

Open avicoder opened 1 year ago

avicoder commented 1 year ago

I am facing an issue with the default setup of the server.

Freeradius and Google Ldap auth is working as usual but no longer respond after some time.

Upon checking the docker-compose ps this is the response:

                    Name                                   Command                State     Ports
-------------------------------------------------------------------------------------------------
unifi-freeradius-ldap_unifi-freeradius-ldap_1   /usr/local/bin/init.sh fre ...   Exit 134

I even gone ahead and add a cron job to restart it every hour but it seems not resolving this issue.

hacor commented 1 year ago

you could add a restart: always command to docker compose. Because it crashes after some time it means radius server crashes. My scripts are just running before the standard radius image starts. So I think this is related to

The restart should just fixed it with an automatic restart