From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | Mitchel <mitchelq(at)gmail(dot)com> |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: Autenticar Postgres |
Date: | 2006-05-24 15:13:45 |
Message-ID: | 20060524151345.GF3159@surnet.cl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Mitchel escribió:
> Tengo Postgres 7.4.8 corriendo en SuSE 9.1 con OpenLDAP.
> Necesito resolver la autenticación de Postgres con PAM y LDAP
> pg_hba.conf -> host all all 192.168.0.0 255.255.255.0 pam postgresql
Hasta donde veo, pg_hba.conf esta correcto ...
> LDAP funciona perfectamente, autentica SAMBA con los esquemas de PosixAccount
> y sambaSamAccount.
>
> Mi problema comienza con la configuración de pam.d/postgresql y pg_hba.conf.
Postgres se configura en PAM como cualquier otro servicio (i.e. igual
que samba, por ej). La unica salvedad es que ademas de crear la cuenta
en LDAP, tienes que crearla en Postgres internamente (usando CREATE USER
(SQL) o createuser (shell)).
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
From | Date | Subject | |
---|---|---|---|
Next Message | Mitchel | 2006-05-24 15:33:56 | Re: Autenticar Postgres |
Previous Message | Alvaro Herrera | 2006-05-24 15:11:38 | Re: Problema para desuscribirme |