[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Openldap questions
At 08:43 AM 2002-10-17, jbolek@interia.pl wrote:
> Since few days I try to make very simple ldap service. Directory contains only 3 attributes: cn, mail and sn with data of our customers. It is dedicate to make fast and simply 'people search' for e.g Outlook Express or TheBat! mail client. Problem is: responses should be returned only after specifying one of the valid arguments, e.g. sn,cn, or (mail=jdoe@openldap.org), and should reject querries like:
>filter:(&(cn=*)(mail=*)).
OpenLDAP 2.1 supports configurable limits which may be useful
here. See 'limit' in slapd.conf(5) and FAQ for details.
Kurt