Many at time we find ourselves close to our friends, family yet distant to a stranger yet if we gave them half the chance we may find many people we have a lot in common with. If you really think about it, many people don’t really wonder why they are on this planet, what is …
Creating a tomcat keystore and CA signing
Many a time we want to setup SSL but setting up a keystore can be tricky, below are the steps in summary, please note, the path to your java directory might be different, while i performed this on Linux, you can do the same on Windows by using powershell or cmd shell in the %program …
Cure that hang over
Ever woke up after a good night out feeling like the world isn’t where you belong ? Your body is screaming, your head is pounding, I have a few tips. Point 1, A hang over is your body lacking water or facing dehydration because of alcohol, hangovers will take their time to go as the body …
Knock Knock tomcat 302 Moved Temporarily
So I install my tomcat server, start it up, and when I curl I get 302 Moved Temporary, i move around the internet looking for a solution but I found a lot of technical solutions and install modules that i tried to no success, later I found the solution wasn’t missing modules but a missing …
Linux RHEL 6.4 Integration to LDAP, authentication fine, session failing
So, today i found myself fighting with an ldap integration, getent passwd <user> was working fine but for some reason each time they logged in the users got no session, i.e. ldap authentication was fine authorization and session were failing; Initial setup, this was done on RedHat 6.4 //Install RPMs # yum install nss-pam-ldapd pam_ldap …