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.
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.
Related
I am trying to find a way to integrate auth0 sso api on php (shared hosting) without composer or terminal. If anyone to drop in suggestions on how can it be done it would be hrlpful for me and community
I searched almost every blog/documentation but i was not able to find any effective solution
for a client who has got windows server2012R2.
He want some project to be done regarding doctor and patient appointment etc., which I can do in Yii2, but am not sure, whether the same can be installed on windows server2012R2.
So anyone knows that it will work smoothly then I can accept the project else will deny it.
First, install a WAMP environment in this platform, and then check the Yii requirements check tool with php requirements.php from the root directory of the project. By reading in the Yii forum (https://forum.yiiframework.com) you will find a lot of people running Yii2 apps on Windows. I'm 99% sure it should work as everything Yii depends on is multi platform.
Actually i'm in internship and i must add features on a site web who as been implement by someone who have quit the company (So i can only ask help to you :D).
The back-end of this site web is implement in PHP (nice, i'm beginner in PHP)and is hosted on a FTP server. Actually i must implement a JWT authentification, so i need to install PHP-jwt package with vendor (It's what i understood)
composer require firebase/php-jwt
I guess it's working as npm in node but i don't know where to enter this command line as there is no console in FileZilla.
Where should I enter this command line to install php-jwt package ?
Thanks in advance
I am trying Iron Workers with Laravel 4. I managed to upload the code but it can't run it on the server because Laravel requires mcrypt extension. Does anyone know how can I install it on iron servers? I followed this tutorial but they don't say anything about this problem.
Thanks,
Cezar
Cezar, you can try this package to integrate IronWorker to your Laravel app.
I have windows server 2003 as my Operating Systme.
I am using WAMP for my php development.
I am using Eclipse Helios for PHP Developers for my development.
I have installed msysgit and tortoiseGit which comes for windows to manage repositories.
I have installed egit plugin in eclipse to manage project with team members.
I have referred following tutorial for EGIT that I found using google
http://www.vogella.de/articles/EGit/article.html.
Now I have following problem.
I have create one php project with name 'gittest'
I created repository by right clicking on project -> team -> share -> git
Now when I tried to create its clone using git protocol, with following settings
URI: git://Myserver/websites/gittest/.git
Host: Myserver
Repository Path: /websites/gittest/.git
it gives following error
Cannot list available branches
Reason:
git://Myserver/websites/gittest/.git: Connection refused: connect
same problem occurs with other protocols like http,ssh,ftp etc.
Can anyone help me about how to set this protocols so that I can share project with other team members on local network
Thanks.
The git protocol requires a git server running on Myserver. The other protocols require server programs running too. You do not have that.
You can have an area on the local network which you set up as a git repository which everybody use with the file protocol, but this will then be available to all using that shared drive as this method does not use any protection mechanism.
You may need system administration knowledge to do this properly. I would suggest you bring this up with your local system administrator for best results.
Hello I was able to create server using method given on following link
https://github.com/LogosBible/GitOnCygwin/wiki
I used gitolite to create server as it is an advanced way to create git server and enhanced in many ways.
Following are some more links which might help anyone comming here in search of how to setup git server on your local pc or lan
http://therightstuff.de/CommentView,guid,b969ea4d-8d2c-42af-9806-de3631f4df68.aspx
http://jerabi.com/sdionne/blog/2010/09/06/git-repository-server-gitosis-on-win7-working/
http://java2cs2.blogspot.com/2010/03/setup-git-server-on-windows-machine.html
http://www.timdavis.com.au/git/setting-up-a-msysgit-server-with-copssh-on-windows/
http://www.shannoncornish.com/blog/2009/04/git-server-windows-2008/
http://markembling.info/2009/08/git-server-gitosis-and-cygwin-on-windows
http://help.beanstalkapp.com/kb/git/setting-up-egit-in-eclipse-to-work-with-your-beanstalk-account
Hope this will help some one.
Thanks