On Fri, September 26, 2014 21:28, Edgar Pettijohn wrote:
> Try:
> |
> AllowOverride none
> Require all denied
>
> ||
> ||Options +Indexes -Multiviews
> AllowOverride All
> Require all granted
>
> |
#/etc/httpd/conf/httpd.conf:
AllowOverride none
Require all denied
#/etc/httpd/vir
Surrounding %s with ' does not work at all. Empty username causes the same
error and a valid username ends with:
[Sun Sep 28 10:58:47.351564 2014] [auth_basic:error] [pid 1824:tid 1636]
[client 127.0.0.1:2461] AH01618: user XY not found: /
I think dbd_odbc driver uses prepared SQL statements an
Hi,
Could you try with ' around the %s?
SELECT password FROM member WHERE CONVERT(VARCHAR(10),
member_Index) = '%s'
This way, if the username is empty, the request will still be valid.
CJ
Le 27/09/2014 22:23, Radek Pospíšil a écrit :
Hello,
I am using user authentication with the follow