Re: [GENERAL] LDAP referrals

2013-06-27 Thread Magnus Hagander
On Wed, Jun 26, 2013 at 3:47 AM, James Sewell wrote: > Hello All, > > Is there a way to disable chasing LDAP referrals in PostgreSQL? > There is not, at this point. It would probably be fairly trivial to add a pg_hba parameter to turn it off (since it's, AFAIK, just a call to ldap_set_option), bu

[GENERAL] LDAP referrals

2013-06-25 Thread James Sewell
Hello All, Is there a way to disable chasing LDAP referrals in PostgreSQL? Take the following LDAP config options from pg_hba.conf ldapserver=server.org.com ldapbinddn="cn=bindUser,cn=users,dc=core,dc=dir,dc=org,dc=com" ldapbindpasswd="bindPass" ldapbasedn="dc=core,dc=dir,dc=org,dc=com" ldapsear