Motivation

Now that I’ve got an LDAP server up and running I’m trying to get my personal web server set up so it has a blanket authentication for my personal applications, static content and development stuff. The web applications I’m talking about aren’t meant to be exposed to the public at large, they’re not what you find here on Late Night PC Service or any of my other sites. These are things like PHP Calendar, Task Freak, SugarCRM, a bunch of development versions of apps I’m working on and some static content that might be a single html file or an image.

I currently have a server that’s accessible through DynDNS and I use basic HTTP authentication on it. The server runs Apache HTTPD 2.2 and has whatever modules I want on it. My next server is roughly the same but I want to make things a little more secure and a little simpler (at the same time no less). So my idea was to move to LDAP as the Authentication Provider and Digest as the Authentication Type.
Read the rest of “No AuthType Digest with LDAP Authentication Provider for Apache today”…