Hi Tom,
Thanks for the good answer.
Since its a Tomcat application in the background, do you think I could do
the passwd authentication via Apache and then the LDAP authentication via
Tomcat(JNDI)?
Regards,
Damjan.
Tom Evans-3 wrote:
>
> On Wed, 2009-06-03 at 06:55 -0700, dimce wrote:
.
I already tried with:
AuthType Basic
AuthName "Auth"
AuthBasicProvider file ldap
AuthUserFile /etc/apache/passwd
AuthLDAPURL ldap://...
require valid-user
But this seems to work for either type of authentication and I don't get a
second authentication window.
Thanks,