apache
mod_ldap_userdir - ~username with LDAP
Recently I had a need to put up some code that didn't really deserve its own sub domain. It was some testing code that I wanted to make public to get an idea of how it worked. My normal solution in this case would be to just use my ~/public_html/ folder. But as my normal user on the server doesn't exist in /etc/passwd this caused a slight issue...
…Apache basic Authentication with LDAP
A friend asked me to share my apache LDAP authentication configuration, so I decided that if one person could use it, then so could more; so here is a snippet of my config.
…