Re: [ADMIN] Authenticate Error On MOD_AUTH_PGSQL.C

Поиск
Список
Период
Сортировка
От ¹Ú¹Ì·æ
Тема Re: [ADMIN] Authenticate Error On MOD_AUTH_PGSQL.C
Дата
Msg-id 001701bdcb40$f9e853e0$316e69d2@tinc.co.kr
обсуждение исходный текст
Список pgsql-admin
-----据沙 五獣走-----
左浬 紫寓: Koujiro Iuchi <iuchi@yano-el.co.jp>
閤澗 紫寓: <pgsql-admin@postgreSQL.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@yano-el.co.jp
>


В списке pgsql-admin по дате отправления:

Предыдущее
От: Terence Dixon
Дата:
Сообщение: Re:
Следующее
От: "G.Elangovan "
Дата:
Сообщение: Re: [ADMIN] Re: user is not in "pg_shadow"