Sign in With Google Button
So just recently I decided I would rather use the “Sign-In With Google” feature, rather than trying to recreate a user system on my end. I followed the information on Google’s siteRead More…
So just recently I decided I would rather use the “Sign-In With Google” feature, rather than trying to recreate a user system on my end. I followed the information on Google’s siteRead More…
In order to speak with AD servers, PHP installs need to use openldap. And for the openldap server to maintain a trust level with the Active Directory server, we need to reference the AD’sRead More…
Note: Google has changed things. Please see the comment from Ishaq below. There’s a lot of documentation on the Google Admin SDK API for both Java and Python, but since the PHPRead More…
Today I was working on setting up a MySQL backup/failover for our Identity Management servers and needed to install some additional MySQL Utilities to make it work. I downloaded the files toRead More…
Occasionally you need to transfer data between two servers, and you need to have it happen in the background – that is, when you’re not around to type in the password forRead More…
If you’re not using github and have instead been given access to a git repository server that isn’t set up with WebDAV you’ll need to set up Eclipse to run with SSHRead More…
The situation Just recently at the educational institution where I work I set up a CAS server and integrated it with most of our systems, including Moodle, several WordPress instances and alsoRead More…
Sometimes, when I’m in a big directory full of files for a project, I discover that I can’t remember where a particular function is originally defined. In those cases, I use theRead More…
Just recently I our data backup drive at work failed, and so we needed to purchase a new one – a Quantum SuperLoader3. This device was very similar to the previous one,Read More…
At work recently, we decided to implement a new CAS server to test out some of our ideas for improving Single Sign On in our ecosystem. My task was to set upRead More…