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
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.
* 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
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
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 (
* 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
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
* 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
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)--
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
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
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
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
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
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
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
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'
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
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
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
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
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
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
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
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.
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
26 matches
Mail list logo