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,