[users@httpd] AuthProviderAlias and mod_authn_file

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

 



I'm trying to come up with a working example of using AuthProviderAlias with something other than LDAP. I'm sure I'm overlooking something simple, but I can't get it working, and could use some advice. Here's what I've got:

<AuthnProviderAlias file file1>
    AuthUserFile /tmp/auth1
</AuthnProviderAlias>

<AuthnProviderAlias file file2>
    AuthUserFile /tmp/auth2
</AuthnProviderAlias>

    <Directory /usr/local/apache/vhosts/drbacchus/x>
        AuthType Basic
        AuthName 'wooga'
        AuthBasicAuthoritative off
        AuthBasicProvider file1 file2

        Require valid-user
    </Directory>

On trying to authenticate, I get the following in the error log:

access to /x failed, reason: require directives present and no Authoritative handler.

Any advice would be greatly appreciated. With any luck, I'll figure it out as soon as I press send ...

--
They went to sea in a sieve, they did
In a sieve they went to see



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