Let’s get a bit geeky today. The life of a web developer these days is way much simpler than ours in the 2000’s, the diehard’s will claim, “we do it from scratch, html, js, php, css” but the reality is we are in the information age and that means we receive more information daily than we …
Category: Linux OS
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 …
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 …