Re: [ADMIN] Authenticate Error On MOD_AUTH_PGSQL.C

From: "" <mrpark(at)mail(dot)tinc(dot)co(dot)kr>
To: <pgsql-admin(at)postgreSQL(dot)org>, "Koujiro Iuchi" <iuchi(at)yano-el(dot)co(dot)jp>
Subject: Re: [ADMIN] Authenticate Error On MOD_AUTH_PGSQL.C
Date: 1998-08-19 07:14:14
Message-ID: 001701bdcb40$f9e853e0$316e69d2@tinc.co.kr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


----- -----
: Koujiro Iuchi <iuchi(at)yano-el(dot)co(dot)jp>
: <pgsql-admin(at)postgreSQL(dot)org>
: 1998 8 14 9:45
: [ADMIN] Authenticate Error On MOD_AUTH_PGSQL.C

>Dear Sir,
>
>I'm administrator in
>Posqgressql 6.3.2 + Linux 2.0.30 for Intel + Apache1.2.6 and
mod_auth_pgsql.c

Yes I saw... There's some bug in the authentication...
It maybe return the whole filed character at the table.
So, I make that to clipping like chop($result from table)
The source code is here.
http://home.tinc.co.kr
You can see that file.... mod_auth_pg....

Have a good time...

>
>Authetication Error when after input the UserName and Password of
>Basic Authentication Dialog.
>
>AuthenticateFail or Internal Server Error.
>
>Please Suggest me my problem?
>
>Hhere is My configuration to
>ACCESS.CONF of Apache1.2.6 and Postgresql 6.3.2 created table.
>
>ACCESS control for mod_auth_pgsql.(ACCESS.CONF)
>
><DIRECTORY /usr/local/etc/httpd/htdocs/ext>
>Auth_PGhost localhost
>Auth_PGport 5432
>Auth_PGdatabase mgtstaff
>Auth_PGpwd_table valid_users
>Auth_PGuid_field user
>Auth_pGpwd_field passsword
>AuthName My Postgres95 Authenticator
>AuthType basic
><LIMIT GET POST>
>require valid-user
></LIMIT>
></DIRECTORY>
>
>On the DB "mgtstaff"
>create table valid_users
>(
>user varchar(8),
>password varchar(8),
>gruop varchar(30)
>);
>
>And ready to reacord on field user and field passsword with
>both string 'guest'.
>---------------------------------------------
>Koujiro Iuchi
>System Administrator
>yano Electric Co.,Ltd.
>email: iuchi(at)yano-el(dot)co(dot)jp
>

Browse pgsql-admin by date

  From Date Subject
Next Message Kees Leune 1998-08-19 08:11:34 dump & restore problem
Previous Message Terence Dixon 1998-08-18 15:02:42 Re: