modolabs / Kurogo-Mobile-Web

Kurogo is a PHP framework for delivering high quality, data driven customizable content to a wide range of mobile devices. Its strengths lie in the customizable system that allows you to adapt content from a variety of sources and easily present that to mobile devices from feature phones, to early generation smart phones, to modern devices and tablets
http://kurogo.org
GNU Lesser General Public License v2.1
198 stars 99 forks source link

CASAuthentication - Fix for an argument change in phpCAS 1.3+ #67

Open adamfranco opened 11 years ago

adamfranco commented 11 years ago

CASAuthentication - Fix for a change in the arguments for phpCAS::setPGTStorageFile()

phpCAS 1.3+ no longer takes a 'format' argument for phpCAS::setPGTStorageFile(). This change allows proxy-ticket storage to work with all versions of phpCAS.

This is a bug-fix that is independent of #64 "CASAuthentication - Added support for database storage of proxy-granting-tickets", but both modify the same block of code and cause merge conflicts with each other. To allow for easy addition of both, I've already merged this fix onto the branch for #64. If that feature is not desired, merge this pull request alone.

akinspe commented 11 years ago

This will be implemented as part of our next release