Re: search for DN (Filter)

2006-09-26 Thread Kurt D. Zeilenga
Modern versions of slapd(8) include an early implementation of draft-zeilenga-ldap-entrydn-xx.txt, a work in progress. At 02:58 PM 9/26/2006, François Beretti wrote: >Hi, > >I don't know if it has something to do with the initial question, but >sometimes I want to make a search such as: >filter: >

Re: search for DN (Filter)

2006-09-26 Thread François Beretti
Hi, I don't know if it has something to do with the initial question, but sometimes I want to make a search such as: filter: (|(dn=uid=user1,ou=users,dc=domain)(dn=uid=user2,ou=users,dc=domain)(dn=uid=user3,ou=users,dc=domain)) attributes: some attribute so I get in one request all the values of

Re: search for DN (Filter)

2006-09-26 Thread Ralf Haferkamp
On Tuesday 26 September 2006 12:50, Moire wrote: [..] > Am 20.09.2006 um 19:19 schrieb Darko Delinac: > > Limit the search scope to base (-s base) and as a base use the DN, > > something like this: > > > > ldapsearch -x -h my_ldap_server -b "cn=Michael > > Voss,ou=Eng,o=Firm,dc=domain,dc=org" -s ba

Re: ldapsearch fails with limit exceeded

2006-09-26 Thread Norbert Wegener
Ah, the man page was not up to date, but giving the wrong options, shows a usage information, among which is: Search options: -a deref one of never (default), always, search, or find -A retrieve attribute names only (no values) -b basedn base dn for search -E [!][=] search extensi

Re: search for DN (Filter)

2006-09-26 Thread Moire
On 9/20/06, Moire <[EMAIL PROTECTED]> wrote:[EMAIL PROTECTED]> wrote: >> Maybe a silly question: >> >> Is it possible to search for a spezific DN? >> >> Lets say, this is my entry: >> >> cn=Michael Voss,ou=Eng,o=Firm,dc=domain,dc=org >> >> and i want to look direcly for it >> >> ldapsearch -x "(d

ldapsearch fails with limit exceeded

2006-09-26 Thread Norbert Wegener
ldapsearch returns max. 2000 items, hot honouring the Size limit exceeded (4) This problem and a possible solution have been proposed already some years ago at: http://www.openldap.org/lists/openldap-software/200310/msg00454.html ... Is it possible to ask openldap get [0..500] then [501..600].

Re: Return all entries in Client without modify 'sizelimit' of slapd.conf

2006-09-26 Thread Buchan Milne
On Wednesday 20 September 2006 05:17, Phillip wrote: > Hi, Quanah, > > Thanks for your concern.I'm sorry to describe my question clearly, here > I try to explain again: > > 1. In the OpenLDAP, do not modify the "sizelimit" directive, keep it as > default setting. > 2. In the client, How to use "lda