combining ldap and file authentication

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

 



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-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[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