Re: [GENERAL] ldap authentication multiple ou objects

2011-02-24 Thread Sim Zacks
200 > From: s...@compulab.co.il > To: pgsql-general@postgresql.org > Subject: [GENERAL] ldap authentication multiple ou objects > > Is there a way to do ldap authentication in pg_hba on a structure that > has multiple ou objects? > > Lets say I have an ou=Users and then an ou pe

Re: [GENERAL] ldap authentication multiple ou objects

2011-02-24 Thread Sim Zacks
On 02/23/2011 10:27 PM, Magnus Hagander wrote: On Wed, Feb 23, 2011 at 11:43, Sim Zacks wrote: Is there a way to do ldap authentication in pg_hba on a structure that has multiple ou objects? Lets say I have an ou=Users and then an ou per dept. I want the ldap to do authentication no matter w

[GENERAL] ldap authentication multiple ou objects

2011-02-23 Thread Sim Zacks
Is there a way to do ldap authentication in pg_hba on a structure that has multiple ou objects? Lets say I have an ou=Users and then an ou per dept. I want the ldap to do authentication no matter which ou the user is in. My current ldap string is: ldap://ldap.server.local/Users;uid=;,ou=User