authentication for proxy_balancer

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

I have question regarding using apache2.2 to provide
authentication/authorization to content being served via proxy_balancer.

However, I am trying to get the things working in a simpler environment
with a single proxy and an authentication statement for it.

url: https://grateful.d.umn.edu/ajaxterm/

here is the relavent section of the config file:

ProxyRequests Off
<Location /proxy/>
  ProxyPass http://localhost:12201/
  ProxyPassReverse http://localhost:12201/
  Order deny,allow
  AuthBasicProvider ldap
  AuthLDAPURL <removed>
  AuthLDAPBindDN <removed>
  AuthLDAPBindPassword <removed>
  AuthzLDAPAuthoritative off
  AuthUserFile /var/www/.htaccess
</Location>

I have tried many different configurations and cannot seem to get the
Authentication to take. Note, the same Authentication seems to work for
a plain directory:

url: https://grateful.d.umn.edu/auth/

<Directory /var/www/auth/>
  Order deny,allow
  AuthBasicProvider ldap
  AuthLDAPURL <removed>
  AuthLDAPBindDN <removed>
  AuthLDAPBindPassword <removed>
  AuthzLDAPAuthoritative off
  AuthUserFile /var/www/.htaccess
</Directory>

There does not seem to be any indication of failure in the log files
(access.log and error.log).

Any suggestions?

-- 
Matt Zagrabelny - mzagrabe@xxxxxxxxx - (218) 726 8844
University of Minnesota Duluth
Information Technology Systems & Services
PGP key 1024D/84E22DA2 2005-11-07
Fingerprint: 78F9 18B3 EF58 56F5 FC85  C5CA 53E7 887F 84E2 2DA2

He is not a fool who gives up what he cannot keep to gain what he cannot
lose.
-Jim Elliot

Attachment: signature.asc
Description: This is a digitally signed message part


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux