[users@httpd] AuthLDAPURL failover to AuthUserFile?

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

 



I *did* find the clue to use AuthAuthoritative... but my iterative attempts have resulted in either LDAP auth or File auth, but not both. :-(

I want something like this:
  <Location />
    DAV svn
    SVNPath /var/svn

    # our access control policy
    AuthzSVNAccessFile /etc/svn-access-file

    # try anonymous access first, resort to real
    # authentication if necessary.
    Satisfy Any
    Require valid-user

    # how to authenticate a user
    AuthLDAPAuthoritative Off
    AuthType Basic
    AuthName "AD Lookup"
    AuthLDAPURL ldap://...

    AuthUserFile /etc/svn-auth-file
  </Location>

Can someone help me with the syntax?

Thanks,
Phil Lawrence

---------------------------------------------------------------------
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