3

System is built onto:
1. Laravel 5.3
2. php70u
3. PHP PECL Radius Package https://pecl.php.net/package/radius

All i want to do is
1. Authenticate users on my own server via custom-built laravel portal (centos 7)
2. And then log them onto FreeRadius server (pfsense BSD machine)

Problem is i don't know how to include this raw, installed radius package into my laravel in a decent way. I don't want to include like raw php.

Thanks in advance.

saimcan
  • 1,706
  • 7
  • 32
  • 64

1 Answers1

0

I wasn't able to find a non-manual way to install the PECL library.

A custom-built laravel portal doesn't help you to both authenticate and authorize on a pfsense machine.

You can only authenticate onto radius server.

Which means, your authentication with freeRadius module does work, but doesn't work with captive portal.

If anybody finds a way around, I'll appreciate.

saimcan
  • 1,706
  • 7
  • 32
  • 64