Hi All ,

I wanted to use mod_auth_pgsql  for the authentication sake.

I couldn't find much of the documents on net regarding how do we set
that..

Here are the things i could do but its not working

my .htaccess

PostgreSQL user with password authentication, with logging:
AuthName "My PostgreSQL Authenticator"
AuthType basic
Auth_PG_host localhost
Auth_PG_port 5432
Auth_PG_user bobby
Auth_PG_pwd xxxxxxx
Auth_PG_database test
Auth_PG_pwd_table users
Auth_PG_uid_field email
Auth_PG_pwd_field password
Auth_PG_log_table access_log
Auth_PG_log_uname_field login
Auth_PG_log_date_field date
Auth_PG_log_uri_field   request
Auth_PG_log_addrs_field  ip_address
<LIMIT GET POST>
require valid-user
</LIMIT>

-------------------------------

I have included this lines my .conf file .
<Location >
AuthName My PostgreSQL Authenticator
AuthType Basic
require valid-user
</Location>

______-----------

Can anyone help me who is able to use this successfully.


Regards,
Alma


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to