[turba] ldap browse returns non-people

Andy Rowan rowan@crssa.rutgers.edu
Thu Oct 24 20:01:42 2002


At 01:28 PM 10/24/2002 -0400, Chuck Hagenbuch wrote:
> > So my question is what do I need to do to have it just return the records
> > for people?  The "objectclass" setting in sources.php seems to only
> > affect adding new records, because the browse is asking openldap for
> > objectclass=*.  Can I have it only ask for objectclass=person?  Do I want
> > to do that?
>
>In the ldap params section of sources.php, you can set:
>     'filter' => 'objectclass=person'

Great.  That means I can put the config back to accessing LDAP as the admin 
user so I have write access.


> > in the admin array, I still don't get write access.  Is it looking to
>
>
>If you have a 'realm' parameter set in IMP's servers.php, that realm becomes
>part of your username, so try you@realm in the array.

And this fixed the other problem, so now only the people who never make 
mistakes (!) will have write access.

Perfect!  I think I'm rolling.  You folks are the best.  Thanks.

-Andy