Re: [ADMIN] LDAP Authentication

2011-05-21 Thread teguh
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

Re: [ADMIN] LDAP Authentication

2011-05-20 Thread Mark Johnson
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

Re: [ADMIN] LDAP Authentication

2011-05-20 Thread Raghavendra
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

Re: [ADMIN] LDAP authentication

2008-10-14 Thread Bruce Momjian
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. -

Re: [ADMIN] LDAP authentication

2008-10-10 Thread Evan Rempel
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

Re: [ADMIN] LDAP authentication question

2008-04-16 Thread rob
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