[ADMIN] PAM / Ident Map

2009-08-28 Thread Michael Bryant
Hi, Is it possible to use a map in pg_ident.conf with PAM authentication? Cheers --Mike -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin

[ADMIN] PAM authentication

2005-04-19 Thread Dextra - Gustavo Bartz Guedes
Hi folks, I configured the PAM authentication via pam_ldap.so, the authentication works fine, but I get a lot of erros messagens in log such as: pam_authenticate failed: Conversation error Can anyone help me? Thanks.

Re: [ADMIN] PAM ldap

2005-01-18 Thread Dick Davies
* Kavan, Dan (IMS) <[EMAIL PROTECTED]> [0156 16:56]: > Thanks for the reply, > > I did compile --with-pam. Although, the $PATH for the postgres user - > who I used to compile with didn't have /lib and /lib64 in it's path. I > don't see anything is configure.in or config.log to hint that pam isn

Re: [ADMIN] PAM ldap

2005-01-18 Thread Bruno Wolff III
On Tue, Jan 18, 2005 at 11:56:25 -0500, "Kavan, Dan (IMS)" <[EMAIL PROTECTED]> wrote: > > Also, forget about PAM for a minute. Why does ident work locally, but > the host entry not work as easily?ident sameuser in host doesn't Are you running an ident server? One needs to be running on the

Re: [ADMIN] PAM ldap

2005-01-18 Thread Kavan, Dan (IMS)
can do is local (using the unix ldap setup). Thanks for all your insight, ~DjK -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dick Davies Sent: Sunday, January 16, 2005 4:11 AM To: PostgreSQL Admin Subject: Re: [ADMIN] PAM ldap * Kavan, Dan (

Re: [ADMIN] PAM ldap

2005-01-16 Thread Dick Davies
* Kavan, Dan (IMS) <[EMAIL PROTECTED]> [0149 18:49]: > > Hi, I'm running postgresql 8.0.rc5 on SUSE. > I have the pg_hba.conf file configured with > local all smith ident sameuser > host all smith ident sameuser > > The way authentication works with that is that configuration is th

[ADMIN] PAM ldap

2005-01-14 Thread Kavan, Dan (IMS)
Hi, I'm running postgresql 8.0.rc5 on SUSE. I have the pg_hba.conf file configured with local all smith ident sameuser hostall smith ident sameuser The way authentication works with that is that configuration is that if I'm logged in as smith with my company ldap server I can

Re: [ADMIN] pam

2005-01-14 Thread Dick Davies
* Kavan, Dan (IMS) <[EMAIL PROTECTED]> [0122 05:22]: > Hi, > > I configured Postgres with PAM. I was wondering how to implement this. > Does this mean I will still need to create individual users on the > database or can I assign users rights from a LDAP server? in my experience, you sti

[ADMIN] pam

2005-01-13 Thread Kavan, Dan (IMS)
Hi, I configured Postgres with PAM. I was wondering how to implement this. Does this mean I will still need to create individual users on the database or can I assign users rights from a LDAP server? D.J. Kavan ---(end of broadcast)--

[ADMIN] pam authentification trouble ...

2004-07-07 Thread Hervé Piedvache
Dear all, I have a trouble with the pam authentification for PostgreSQL. I have add in the pg_hba.conf the good line ... and I have create a /etc/pam.d/postresql file which contains : auth        required    pam_unix.so nullok_secure account     required    pam_unix.so Now like this ... imposs

[ADMIN] Pam Ldap (debian) solved

2003-09-11 Thread Wim Bertels
As noticed, he used pam_unix , as in a local connection, i just had to outcommend the 127.0.0.1 line in pam_ldap.conf to get it working.. ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your join

[ADMIN] Pam Ldap (debian) problem

2003-09-11 Thread Wim Bertels
Hi, i dont get postgres working with pam to use an external ldap server to authenticate users. i think the problems is that postgres is using the wrong pam file, namely he uses pam_unix where he should use pam_ldap.so. postgres version 7.3.2 debian version 3 (kernel 2.4) any help is much appre

[ADMIN] pam 'Conversation failure' under Solaris

2003-02-13 Thread Tom JONES
Hi, I am trying to get postgres 7.3.2 to work with pam under Solaris 2.7. The only option I gave to ./configure (apart from --prefix) was --with-pam. This is the matching line from my pg_hba.conf file: host all all xxx.xx.xx.xx 255.255.255.255 pam other and here are the relevant lines from /et

[ADMIN] PAM authenication

2003-02-01 Thread Brett Northcott
ok - fairly new to postgresql & tring to set up tcp/ip access using pam authentication using gentoo_linux 1.4_rc2 postgresql-7.3.1 my pg_hba.conf file has the entries # TYPE DATABASEUSERIP-ADDRESSIP-MASK METHOD local all all

Re: [ADMIN] PAM authentication

2003-02-01 Thread Tim Frank
Brett, There was a PAM thread back in early December where we discussed this. I posted a bunch of PAM testing combinations that did/didn't work. One of which was trying to use system accounts through "system-auth" which is really pam_unix.so. This method would not work for me in 7.3.1 no mat

[ADMIN] PAM authentication

2003-01-30 Thread Brett Northcott
ok - fairly new to postgresql & tring to set up tcp/ip access using pam authentication using gentoo_linux 1.4_rc2 postgresql-7.3.1 my pg_hba.conf file has the entries # TYPE DATABASEUSERIP-ADDRESSIP-MASK METHOD local all all

Re: [ADMIN] PAM Authentication and Postgresql 7.3

2003-01-13 Thread Tom Lane
Christopher McNabb <[EMAIL PROTECTED]> writes: > I am trying to set up PAM authentication with postgres 7.3.1. I'm not a PAM user, but your pg_hba entry seems correct according to the docs: > hostall all 0.0.0.0 0.0.0.0 pam > postgresql assuming that that'

Re: [ADMIN] PAM Authentication and Postgresql 7.3

2003-01-13 Thread Christopher McNabb
On Mon, 2003-01-13 at 10:13, Ing. Gabriel Monsalvo wrote: > You must set the PAM's authentication file, you should have a configuration > file with the authentication settings for the postgresql server in pam.d > directory, for example if you auth file is "postgresl" your pg_hba.conf > file: > Ye

Re: [ADMIN] PAM Authentication and Postgresql 7.3

2003-01-13 Thread Ing. Gabriel Monsalvo
0.0.0.0 pam postgresql Saludos, Ing. Gabriel Monsalvo - Original Message - From: "Christopher McNabb" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 11:59 AM Subject: [ADMIN] PAM Authentication and Postgresql 7.3 > I am trying to

[ADMIN] PAM Authentication and Postgresql 7.3

2003-01-13 Thread Christopher McNabb
I am trying to set up PAM authentication with postgres 7.3.1. This is under Mandrake Linux 8.2 for i586. I've searched the archives and haven't yet found a solution. Here is the pg_hba.conf file: # TYPE DATABASEUSERIP-ADDRESSIP-MASK

Re: [ADMIN] PAM

2002-12-06 Thread Tim Frank
Here is a bit of a follow up to the PAM setup. If you want to authenticate against an LDAP source then creatinga /etc/pam.d/postgresql file containing the following: authrequired/lib/security/pam_ldap.so account required/lib/security/pam_ldap.so This works fine and I love t

Re: [ADMIN] PAM

2002-12-05 Thread Tim Frank
I was testing this on a 7.3 beta the other week to try to make it work with LDAP authentication, and I think I only got it working if I bypased the system-auth PAM file that everything was normally funneled through. I don't know exactly why it wasn't working, but whenever I put a line that use

[ADMIN] PAM

2002-12-03 Thread EMOTO Masahiko
Does anyone show me a sample of PAM authenticate file? I want to use pam for client authentication, and I create pg_hba.cnf as, >hostall all 127.0.0.1 255.255.255.255 trust >hostall all 192.168.0.0255.255.0.0 pam postgresql and /etc/pa

[ADMIN] PAM Authentication

2002-05-09 Thread Marcelo Henrique da Silva
Hi All,       Somebody uses the PAM Authentication method?     I'm currently using ther version 7.2.1 compiled with "--with-pam".     The following lines are in my pg_hba.conf. If is missing something, please tell me what!   local  pam    

[ADMIN] PAM

2000-11-19 Thread Jacopo Silva
Does anyone know of a PAM module that let you authenticate vs a pgsql table with e.g. username/password fields ? There is something similar for mysql but I would rather use my pgsql ... Jacopo S.

[ADMIN] PAM authentication

2000-02-01 Thread Trever Adams
I am working on a project whereby all users can access databases, but obviously have to have rights for that database. The system includes more than database access (email, etc). I am hoping to write it so that all services use same user name and password (yes there is some virtual hosting going