Welcome! Log In Create A New Profile

Advanced

Re: Forcing a Basic Dialog Box.

Sergey A. Osokin
December 30, 2011 07:02AM
Hi,

On Thu, Dec 29, 2011 at 10:14:58PM -0500, David wrote:
> I am trying to use the new postgres module and cant figure out how to
> force a "Basic" dialog on the browser to do auth.
>
> I am running v 1.0.11
>
> The auth is working correctly ie: http://user:pass@domain.com correctly
> authenticates.
>
> The thing I want to happen is force the Basic dialog in the browser to
> pass the credentials.
>
> Here is my config.

it looks like your configuration file little bit different than
"Sample configuration #4" from ngx_postgres-0.9/README.md

> location / {
> auth_basic "Restricted";
> root /var/www/web/;
> auth_request /auth;
>
> try_files $uri $uri/ @upstream;
> }
>
>

-location /auth {
+location = /auth {

> internal;
>
> postgres_escape $user $remote_user;
> postgres_escape $pass $remote_passwd;
>
> postgres_pass database;
> postgres_query "SELECT login FROM users WHERE
> login=$user AND pass=$pass";
> postgres_rewrite no_rows 403;
> postgres_output none;
> }

Also, "location /" below that "location = /auth".
Could you please try original example.

--
Sergey A. Osokin
osa@FreeBSD.ORG.ru
osa@FreeBSD.ORG

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Forcing a Basic Dialog Box.

David December 29, 2011 10:16PM

Re: Forcing a Basic Dialog Box.

Maxim Dounin December 30, 2011 06:52AM

Re: Forcing a Basic Dialog Box.

Sergey A. Osokin December 30, 2011 07:02AM

Re: Forcing a Basic Dialog Box.

Piotr Sikora January 01, 2012 11:14PM

Re: Forcing a Basic Dialog Box.

David January 02, 2012 04:48AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 306
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready