Questions tagged [mod-authn-alias]
3 questions
8
votes
1 answer
Authenticating Apache HTTPd against multiple LDAP servers with expired accounts
We're using mod_authnz_ldap and mod_authn_alias in Apache 2.2.9 (as shipped in Debian 5.0, 2.2.9-10+lenny7) to authenticate against multiple Active Directory domains for hosting a Subversion repository. Our current configuration is:
# Turn up…
Brian Bassett
- 183
- 1
- 1
- 5
6
votes
2 answers
Multiple LDAP servers with mod_authn_alias: failover not working when the first LDAP is down?
I've been trying to setup redundant LDAP servers with Apache 2.2.3.
/etc/httpd/conf.d/authn_alias.conf
AuthLDAPURL ldap://192.168.5.148:389/dc=domain,dc=vn?cn
AuthLDAPBindDN…
quanta
- 50,327
- 19
- 152
- 213
2
votes
2 answers
Apache authentication from multiple domains in AD with mod_authn_alias
I'm running Apache 2 and I need to authentificate users from multiple AD domains in one . I tried using mod_authn_alias
ОС: Debian GNU/Linux Squueze with lastest updates
Apache/2.2.16
Modules
/etc/apache2/apache.conf:
Selivanov Pavel
- 2,126
- 3
- 23
- 47