SimpleSAMLphp / quick&ez

Background: For about 5 years at my place of work we have used a software called SimpleSAMLphp to help offer identity solutions to TVE (TV Everywhere) customers. In essence I have been one of a team of 20th century cable people.

This software, in it’s current version has been heavily customized to offer quick deployment solutions for new customers. All I can say is that it’s awesome running an Identity Stack with 50+ IdPs and 5000+ SPs.

I decided to see how quick I could set up a SAML SP -> IdP relationship between two Centos 7 Virtual Computers:

Read More

Server Upgrade Time!

So, it’s time to update my server! Currently, it’s hosted at DigitalOcean with an old Centos 6.5/2GB/40gb droplet. I pay a cool $20/month for my server for hosting, email, and about 10 other domains. It’s time to update!

So, I have to decide whether I will go with a Centos 7 or a Centos 8 image at $15/month. The only main difference is that I have to determine whether I need the updated Kernel and the additional updates and if my software/configs are easily portable to the new host.

Read More

IMAP-magic, or iMapic?…yes?…no?….

I was given an opportunity to setup an email system for a friend that is similar to mine, so I figured I’d document this a bit better than what i’ve been documenting before.

As a primer, this is how we use sendmail, dovecot, and php to get email at a host and have it automatically move messages between email inboxes. Fairly easy 🙂

This should be a bit better than my previous partial writeups, specifically email.heick.email, sendmail & dovecot, how do you work…, and Dovecot IMAP (part 1).

Read More

Home Linux File Server with Software RAID and iSCSI (6+7+8/10)

Continuation from Home Linux File Server

Challenges 6, 7, and 8: Break the RAID, again, Verify that we can still create/make files, and Rebuild the RAID with the Spare.

This is the crux of all of this. We need to be able to know that when a physical drive/volume fails that iSCSI won’t drop anything, that the RAID5 will still operate seamlessly in degraded mode, and that we can have the spare from our “Previously RMA’d drive” scenario take the place of the dead drive.

Read More