[GENERAL] LDAP configuration

2017-02-08 Thread PAWAN SHARMA
Hi All, I want to use pgsync method for LDAP configuration in current environment. So please help me and share the document or link for configuration. -Pawan

Re: [GENERAL] LDAP configuration changes in 8.4?

2009-12-08 Thread Glyn Astill
--- On Tue, 8/12/09, Magnus Hagander wrote: > > ldapserver="notts.net.mycompany.com" > > exclude the ldap:// part, and the base dn part. > Excellent, that did the trick. Thanks. Glyn -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscripti

Re: [GENERAL] LDAP configuration changes in 8.4?

2009-12-08 Thread Magnus Hagander
2009/12/8 Glyn Astill : > Hi Chaps, > > I'm setting up a new server on 8.4, and I'm struggling to get LDAP > authentication working, even though I've got it working fine on 8.3. > > This is the format I'm using in 8.3: > > ldap "ldap://notts.net.mycompany.com/My Company/Call Centre > Users;CN=;,O

[GENERAL] LDAP configuration changes in 8.4?

2009-12-08 Thread Glyn Astill
Hi Chaps, I'm setting up a new server on 8.4, and I'm struggling to get LDAP authentication working, even though I've got it working fine on 8.3. This is the format I'm using in 8.3: ldap "ldap://notts.net.mycompany.com/My Company/Call Centre Users;CN=;,OU=Call Centre Users,OU=My Company,DC=no

Re: [GENERAL] LDAP Configuration for Postgres authenticating against AD

2009-08-06 Thread Alban Hertroys
On 5 Aug 2009, at 3:41, Richard Esmonde wrote: Currently, the end of my pg_hba.conf file looks like: host all all 10.5.5.0 255.255.255.0 ldap "ldap:// master1. belfry.lan:389/ou=Belfry Users,ou=programmers;dc=belfry,dc=lan;cn=*;

Re: [GENERAL] LDAP Configuration for Postgres authenticating against AD

2009-08-04 Thread Steve Atkins
On Aug 4, 2009, at 6:41 PM, Richard Esmonde wrote: Hi, I’m new to PostGres (so go easy on my naivety). I am trying to configure the postgres host based configuration file to permit users to authenticate against our Active Directory. Needless to say both Ubuntu server and AD are in the sa

Re: [GENERAL] LDAP Configuration for Postgres authenticating against AD

2009-08-04 Thread Craig Ringer
On Tue, 2009-08-04 at 21:41 -0400, Richard Esmonde wrote: > Three days into this I am none the wiser - I’m exhausting Google > servers. Can anyone tell me what I have forgotten to do or have > overlooked in getting this setup correctly? To my mind it’s behaving > as though it’s not honoring anyt

Re: [GENERAL] LDAP Configuration for Postgres authenticating against AD

2009-08-04 Thread Kevin Kempter
On Tuesday 04 August 2009 19:41:57 Richard Esmonde wrote: > Hi, > > > > I'm new to PostGres (so go easy on my naivety). I am trying to configure > the postgres host based configuration file to permit users to authenticate > against our Active Directory. > > Needless to say both Ubuntu server and A

[GENERAL] LDAP Configuration for Postgres authenticating against AD

2009-08-04 Thread Richard Esmonde
Hi, I'm new to PostGres (so go easy on my naivety). I am trying to configure the postgres host based configuration file to permit users to authenticate against our Active Directory. Needless to say both Ubuntu server and AD are in the same Domain. . I am running PostGRESQL v8.3.7

Re: [GENERAL] LDAP configuration problem

2006-12-29 Thread Joshua D. Drake
> > The rpms for Fedora 6 from www.postgresql.com don't seem to have the > LDAP support built-in, it shows that Hmmm... that isn't good. Although, do we want to -require- ldap? Joshua D. Drake > > invalid entry in file "/pub/pgsql/data/pg_hba.conf" at line 79, token > "ldap" > > But afte

Re: [GENERAL] LDAP configuration problem

2006-12-29 Thread Wenjian Yang
Magnus, You are absolutely correct. Sorry that I didn't see the last line since GMAIL hid it for me. The rpms for Fedora 6 from www.postgresql.com don't seem to have the LDAP support built-in, it shows that invalid entry in file "/pub/pgsql/data/pg_hba.conf" at line 79, token "ldap" But after

Re: [GENERAL] LDAP configuration problem

2006-12-29 Thread Magnus Hagander
Wenjian Yang wrote: > > Sorry, below are the lines in the log file: > > LOG: invalid entry in file "/pub/pgsql/data/pg_hba.conf" at line 78, > token "ldap://dc.domain.com/dc=domain^Adc=com;DOMAIN\"; > FATAL: missing or erroneous pg_hba.conf file > HINT: See server log for details. > > And the

Re: [GENERAL] LDAP configuration problem

2006-12-28 Thread Wenjian Yang
Sorry, below are the lines in the log file: LOG: invalid entry in file "/pub/pgsql/data/pg_hba.conf" at line 78, token "ldap://dc.domain.com/dc=domain^Adc=com;DOMAIN\"; FATAL: missing or erroneous pg_hba.conf file HINT: See server log for details. And the pg_hba.conf line 78, is host all a

Re: [GENERAL] LDAP configuration problem

2006-12-28 Thread Magnus Hagander
Wenjian Yang wrote: > Hi, > > I've just installed 8.2.0 from rpms on FC6 i386 and wanted to try out > the built-in LDAP support. > > The following LDAP authentication was added to "pg_hba.conf" > > host all all 0.0.0.0 0.0.0.0 > ldap://dc.domain.com/dc=doma

[GENERAL] LDAP configuration problem

2006-12-28 Thread Wenjian Yang
Hi, I've just installed 8.2.0 from rpms on FC6 i386 and wanted to try out the built-in LDAP support. The following LDAP authentication was added to "pg_hba.conf" host all all 0.0.0.0 0.0.0.0 ldap://dc.domain.com/dc=domain,dc=com/DOMAIN\ However when trying to connect from another machine,