Posted on January 30, 2013, 11:59 AM, by Mike Diehn, under
SysAdmin.
A friend at work identified a “feature” of SAML based Identity Federation systems. The weakness is likely possible in *any* SAML identity federation system. To explain, I’ll posit a Google Apps domain configured to use SSO with a company that uses Oracle’s Identity and Access Management products. In that product line, OIF is the federation […]
Posted on January 3, 2013, 9:43 AM, by Mike Diehn, under
SysAdmin.
A user reported to me that his browser was reporting that one of the websites I maintain was sending out a revoked SSL certificate as it’s identity. I checked and found that, sure enough, the certificate authority (CA), which I also run, has put that cert on the CRL. It had been superseded when I’d […]
Posted on November 16, 2012, 2:40 PM, by Mike Diehn, under
SysAdmin.
Quick and dirty: I find smbclient incredibly useful at the command line in Linux, but I can never remember how to put the command together. So I wrote a bash function to simplify it for me. After the function code, I’ll describe how to store your credentials safely so you don’t need to type them […]
Posted on October 9, 2012, 2:21 PM, by Mike Diehn, under
SysAdmin.
Some hard won knowledge: Here’s what I did: I used openssl on my Linux workstation to create a new private key and a CSR. Then I bought a signed cert from DigiCert using that CSR. I rolled those into a JKS using keytool – no trouble. But then I learned that if I want to […]
Posted on August 23, 2012, 12:57 PM, by Mike Diehn, under
SysAdmin.
A client brought me a Dell Inspiron 5150 and reported it wouldn’t boot. Other techs had looked at it and reported a hard-drive failure. I learned the drive was mechanically operable and that the NTFS file system had suffered a double MFT failure. The MFT is the Master File Table, which you can read about […]
Posted on August 14, 2012, 11:33 AM, by Mike Diehn, under
SysAdmin.
We rebooted the computer on which we have OID, OVD installed. When it started up, we noticed the AdminServer wasn’t running. We have our system configured to start Nodemanager which should start the AdminServer. So when it didn’t, I went to the DOS prompt and used startWeblogic.cmd so I could easily see the output. Here’s […]
Posted on June 14, 2012, 6:10 PM, by Mike Diehn, under
SysAdmin.
See, here’s the silver lining in the very dark cloud of sysadmin hell I lately find myself. I’ve learned that I never, EVER, want to have to dig my way through an Oracle product again. So, there’s that. Figuring out the SSL stuff between the nodemanager, admin servers and managed servers feels sort of like […]
Posted on June 1, 2012, 4:26 PM, by Mike Diehn, under
SysAdmin.
I needed to buy a single SSL cert from Verisign that works for two hostnames and can be installed on nine servers. Wow. To do that, you buy a SAN (Subject Alternative Name) SSL Cert. I’m installing this cert on nine Windows 2008 R2 based Oracle Weblogic 10.3 managed servers (web servers). They’ll be behind […]
Posted on April 14, 2011, 10:44 AM, by Mike Diehn, under
SysAdmin.
Yes, we all “hate” SELinux. But, as I tell my kids, “hate” probably really means this: prefer not to use it because it stops me doing things and since I don’t know how to manage it, I can’t do anything but turn it off entirely and feel dumb about it…. 🙂 However, it’s probably actually a […]
Posted on April 7, 2011, 10:19 AM, by Mike Diehn, under
SysAdmin.
From an e-mail I wrote today to a colleauge confused about character encodings. We copied a bunch of files from an old HPUX web server to a new RHEL server running modern Apache. The files viewed from the new server have the dread black diamonds all over the place and he is trying to understand […]