RE: [users@httpd] Auth aliases problem

2013-06-29 Thread Tymiński Jan
-upos.pl] Sent: Wednesday, June 26, 2013 1:01 PM To: users@httpd.apache.org Subject: RE: [users@httpd] Auth aliases problem The problem with unknown auth provider always matches the first provider on the line. If I reorder them in AuthBasicProvider directive, then another one is reported as unknown

RE: [users@httpd] Auth aliases problem

2013-06-26 Thread Tymiński Jan
ozdrawiam, Jan TYMIŃSKI. From: Brandon Gould [mailto:bgo...@crewcorpinc.com] Sent: Wednesday, June 26, 2013 12:28 PM To: users@httpd.apache.org Subject: RE: [users@httpd] Auth aliases problem Ah, my apologies, I misunderstood your original posting. Now I understand. The mud is clear now! How are you query

RE: [users@httpd] Auth aliases problem

2013-06-26 Thread Brandon Gould
. (613)-449-9854 bgo...@crewcorpinc.com From: Tymiński Jan [mailto:jan.tymin...@exorigo-upos.pl] Sent: Wednesday, June 26, 2013 3:18 AM To: users@httpd.apache.org Subject: RE: [users@httpd] Auth aliases problem I am able to authenticate to LDAP with no problem. I am not able to set ali

RE: [users@httpd] Auth aliases problem

2013-06-26 Thread Tymiński Jan
g Regards, Jan TYMIŃSKI. From: Brandon Gould [mailto:bgo...@crewcorpinc.com] Sent: Tuesday, June 25, 2013 9:05 PM To: users@httpd.apache.org Subject: 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)

RE: [users@httpd] Auth aliases problem

2013-06-25 Thread Brandon Gould
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