Archive for May, 2007
Enabling NTLM Authentication (Single Sign-On) in Firefox
HowToThis 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, in searching [...]
Single Sign-On with Apache and Active Directory - Part 1
HowTo, LinuxPart 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 [...]
1 RHN Entitlement with Multiple Servers
HowTo, LinuxSo 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 [...]
Installing Apache and Tomcat on CentOS4
HowTo, LinuxThis 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)
After clicking [...]