Re: Combining SSL and basic user (group) authentication

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

 



On Sun, Mar 31, 2019 at 10:05 AM Richard70nl <richard@xxxxxxxxxxxx> wrote:
>
> Dear all,
>
> I’m trying to figure out how I can give access to documents by combining SSL and basic user authentication. The following is from my httpd config:
>
> <Directory "${WEBAPPS_ROOT}/test/user">
>     AllowOverride None
>     Options None
>
>     AuthType Basic
>     AuthName "Test User"
>     AuthBasicProvider dbd
>     AuthDBDUserPWQuery "select human.get_user_password(%s);"
>     AuthzDBDQuery "select human.get_user_groups(%s);"
>
>     Require ssl
>     Require dbd-group user
> </Directory>
>

In 2.4 it would be surrounding the two requires with <requireall>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-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