I did a test on Ubuntu 11.04, postgreql 9.0.4.1 - 32 bit installer, on non
LDAP authenticated desktop.
mi@mi-d525:/opt/PostgreSQL/9.0/bin$ ./pg_config --configure
'--with-libs=/usr/local/lib' '--with-includes=/usr/local/include'
'--prefix=/mnt/buildfarm/pginstaller/server/staging/linux' '--with-op
I too have been looking into this as a new user of PostgreSQL 9.0.
1. Before you install PostgreSQL you might want to verify the LDAP packages are
installed. For example, on CentOS I might run "yum list openldap
openldap-devel".
2. If you install PostgreSQL from source code, one of the steps is
Here is the setting information on pg_service.conf
http://www.postgresql.org/docs/9.0/interactive/libpq-pgservice.html
---
Best Regards,
Raghavendra
EnterpriseDB Corporation
Blog: http://raghavt.blogspot.com/
On Fri, May 20, 2011 at 6:01 PM, Teguh R wrote:
> Hi,
>
> My first post, new to pos
Evan Rempel wrote:
> Well, the list became very quiet on this question. Can anyone chime in with
> suggestions to have some accounts authenticated by ldap and the remainder by
> MD5
Create a group/role and list that in pg_hba.conf for each authentication
method.
-
Well, the list became very quiet on this question. Can anyone chime in with
suggestions to have some accounts authenticated by ldap and the remainder by MD5
Evan.
Evan Rempel wrote:
I would like to use password authentication for most users, but LDAP
authentication for the remaining ones users
Well, not 100% sure why this would make a difference, but using this
line in pg_hba.conf got things working as I hoped:
hostall all 192.168.0.0/16 ldap "ldap://192.168.0.95/
dc=domainname,dc=company,dc=com;DOMAINNAME\"
-Rob
On Apr 15, 10:30 pm, rob <[EMAIL PROTECTED]> wrote:
> He