[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
ldapsearch fail with Active Directory...
- To: openldap-software@OpenLDAP.org
- Subject: ldapsearch fail with Active Directory...
- From: Patrick Gelin <patrick.gelin@rpn.ch>
- Date: Fri, 17 Oct 2003 14:11:15 +0200
- Organization: Office de la Statistique et de l'Informatique Scolaire
- User-agent: KNode/0.7.2
Hi,
openldap: v 2.1.21-1 with RedHat 9.0
Active Directory: v 5.2.3790.0 (windows 2000)
I'm using this command with an Active directory server (there is
approximately 40000 users):
ldapsearch -W -x -z 10000 -b "dc=rpn,dc=ch" -D "cn=Utilisateur
LDAP,cn=Users,dc=rpn,dc=ch" -h rpndc1.rpn.ch -p 3268
And the result finish with:
# search result
search: 2
result: 4 Size limit exceeded
# numResponses: 1001
# numEntries: 1000
So why there is this limit? I know this Active Directory server limit is 30
000. I think my openldap is not very well installed or may be not complient
with RFC 2696 using by Microsoft... (http://www.faqs.org/rfcs/rfc2696.html)
Any idea?