StudentAffairsUWM / Laravel-Shibboleth-Service-Provider

Shibboleth Authentication for Laravel
https://packagist.org/packages/saitswebuwm/shibboleth
30 stars 37 forks source link

Is mcrypt a requirement for the PHP server? #2

Closed kds100 closed 10 years ago

kds100 commented 10 years ago

I am in the process of building a test application with the provider. What I get back is : Mcrypt PHP extension required.

I would install the extension if I could, but it is not up to me.

It makes perfect sense that it would be required.. some things are just beyond our control.

Thank you for sharing the code.

saits-webteam commented 10 years ago

Unfortunately, Laravel does require MCrypt to function properly.

Christopher Maio

Web and Software Development

University of Wisconsin-Milwaukee

Student Affairs IT Services - Bolton 288

kds100 commented 10 years ago

Thank you for the quick response. I should have checked the Laravel docs first, I so want to combine the code with the Shibboleth authentication that we do have running on campus.

I have inherited an enormous amount of very old, very insecure code. Asking the server admin why we don't have mcrypt running..

Keith Streeter Programmer / Analyst Educational Technology Services Smith College

On Fri, Apr 18, 2014 at 2:26 PM, saits-webteam notifications@github.comwrote:

Unfortunately, Laravel does require MCrypt to function properly.

Christopher Maio

Web and Software Development

University of Wisconsin-Milwaukee

Student Affairs IT Services - Bolton 288

office: 414-416-9039

hangouts: maiocj@gmail.com

lync: cjmaio@uwm.edu

From: saits-webcoders-bounces@uwm.edu [mailto:saits-webcoders-bounces@uwm.edu] On Behalf Of kds100 Sent: Friday, April 18, 2014 1:23 PM To: StudentAffairsUWM/Laravel-Shibboleth-Service-Provider Subject: [Laravel-Shibboleth-Service-Provider] Is mcrypt a requirement for the PHP server? (#2)

I am in the process of building a test application with the provider. What I get back is : Mcrypt PHP extension required.

I would install the extension if I could, but it is not up to me.

It makes perfect sense that it would be required.. some things are just beyond our control.

Thank you for sharing the code.

— Reply to this email directly or view it on GitHub < https://github.com/StudentAffairsUWM/Laravel-Shibboleth-Service-Provider/issues/2>

. < https://github.com/notifications/beacon/6908510__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMzQ2NDU1NywiZGF0YSI6eyJpZCI6MzAzNDI0MzB9fQ==--e3404ef3d340d10aea50d5a21263fd6681a01521.gif>

— Reply to this email directly or view it on GitHubhttps://github.com/StudentAffairsUWM/Laravel-Shibboleth-Service-Provider/issues/2#issuecomment-40831949 .

michaeljs1990 commented 10 years ago

Mcrypt is very well supported so hopefully you will not have any issue with that http://us3.php.net/mcrypt.