[rt-users] apache auth and /etc/aliases
Bret Martin
bam at miranda.org
Mon Jul 12 16:39:41 EDT 2004
On Mon, 12 Jul 2004 13:33:06 PDT Mike Patterson wrote:
> - Anyone know how to make auth_ldap make exceptions for localhost?
Put .htaccess files in these locations:
.../share/html/NoAuth/.htaccess
.../share/html/REST/1.0/NoAuth/.htaccess
with these contents:
Allow from localhost
Satisfy any
or something similar. The "Satisfy any" is the key part, to tell Apache
that either the client host address or HTTP basic auth username/password
are sufficient to allow access.
--Bret
More information about the rt-users
mailing list