Click to See Complete Forum and Search --> : need help configuring PAM + Postgres


madkris
06-15-2007, 03:48 PM
i have already installed postgresql-8.2.4 on fedora core 6 using the following steps.
./configure --prefix=/usr/local/pgsql --with-pam
make
make install

it was successfully installed but i have no idea whether or not there is still something to be done.:confused:

Sxooter
06-17-2007, 03:38 AM
Have you read the part of the postgresql docs on authentication, specifically about LDAP and PAM:

Authentication (http://www.postgresql.org/docs/8.2/interactive/auth-methods.html#AUTH-LDAP)

Note that most folks recommend using PAM-LDAP for authentication.

madkris
07-09-2007, 11:25 AM
http://www.samse.fr/GPL/ldap_pg/HOWTO/

i accidentally found this site.been suspended for a few weeks due to misunderstanding.ill try to use this howto.suggestions are welcome.

Sxooter
07-09-2007, 12:13 PM
Thanks for the link. I was just working with PG-LDAP authentication over the weekend.

Sxooter
07-09-2007, 12:13 PM
That site for for backending LDAP with Postgresql. Not quite the same thing you were looking for.

madkris
07-26-2007, 01:00 PM
yea,im hopeless.
i found a couple of links which i think is what i am looking for but sadly i have yet to figure out how to configure it properly

gremlin.it (http://gremlin.it/)
libpam-pgsql (http://sourceforge.net/projects/pam-pgsql/)
auth postgresql (http://sourceforge.net/projects/authpgsql/)

I need to build a server with PostgreSql as backend which will authenticate remote user access via pam, in short i want to use user accounts in a postgres database for system authentication.Any idea?