pierrecdn / phpipam

phpIPAM Docker image
GNU Lesser General Public License v3.0
94 stars 111 forks source link

Unable to use Radius Authentication #70

Open mkaraki opened 3 years ago

mkaraki commented 3 years ago

In this docker image, unable to use Radius Authentication because missing php-ipam. I installed php7.4-radius via apt but I think this is not correct way for this docker image.

Could you add support for Radius Authentication?

pierrecdn commented 2 years ago

Hi, I'm open to PRs if you wish to add this feature!

I guess it could only be a matter of adding the php-radius package to install a client, since radius is not available as an extension (so using the docker-php-ext-install won't work). Then you need to test your integration to confirm it works as expected.

mkaraki commented 2 years ago

@pierrecdn Sorry for long time no response. I add php-radius install in apt installation step and tested in my environment.