RE: [users@httpd] Auth aliases problem
I also see you're using Debian, try this: A2enmod ldap A2enmod authnz_ldap I also wonder if it's a dependency thing; if the necessary mods are being loaded before or, after, your alias definitions. Brandon Gould Reader Sales Crew Member / IT Specialist CrewCorp Inc
RE: [users@httpd] Auth aliases problem
You can also try authenticating to PAM, and then in /etc/pam.d/apache2 (or httpd, I'll have to check) You specify Auth sufficient pam_ldap.so Account sufficient pam_ldap.so Pam_ldap is part of the nss_ldap package. Th