HowTo
23 May 2007 21 Comments
This HowTo will describe how to enable NTLM authentication (Single Sign-On) in Firefox. How many of you have noticed that when you are using Internet Explorer and you browse to your companies intranet page that it will automatically authenticate you but when you use Firefox you will be prompted with a login box? I recently, … Continue reading →
HowTo,Linux
23 May 2007 12 Comments
Part 1 | Part 2 This HowTo will describe how to setup single sign-on authentication with Apache and Microsoft Active Directory. Most of you are probably aware that there is no default/built-in support for automatically authenticating to an Apache web server using the NTLM header information passed from the web browser (in most cases Microsoft … Continue reading →
HowTo,Linux
18 May 2007 0 Comments
So recently I ran into an issue. I currently only have 1 RHN entitlement allocated to manage on the order of about 20 RHEL4 servers. It quickly became a pain to unentitle one machine so I could entitle another. I could also only have 2 systems in my account, so I would also have to … Continue reading →
HowTo,Linux
7 May 2007 6 Comments
This HowTo will discuss how to install Apache and Tomcat on CentOS4. And if the title isn’t self explanatory enough we will be using mod_jk to link Apache and Tomcat. 1. Let’s install Apache to start… shell> yum install httpd 2. Now let’s download the Java JDK from http://java.sun.com/javase/downloads/index.jsp (It is labeld as JDK 6u1) … Continue reading →