Hi all Apache cracks,

Is it possible to force both file and ldap authentication in Apache? 
The idea is that first the user gets a password window and is asked for the
login details from a passwd file and after that he is asked for a ldap
password and only if both are true he is allowed access.
I already tried with:
<Location /secure>
  AuthType Basic
  AuthName "Auth"
  AuthBasicProvider file ldap
  AuthUserFile /etc/apache/passwd
  AuthLDAPURL ldap://...
  require valid-user
</Location>
But this seems to work for either type of authentication and I don't get a
second authentication window.

Thanks,
Dimce.
-- 
View this message in context: 
http://www.nabble.com/combining-ldap-and-file-authentication-tp23851905p23851905.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to