1# Test 1, trigger sizelimit without overlay interference 2dn: cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc 3 =com 4objectClass: OpenLDAPperson 5cn: Bjorn Jensen 6cn: Biiff Jensen 7sn: Jensen 8uid: bjorn 9seeAlso: cn=All Staff,ou=Groups,dc=example,dc=com 10userPassword:: Ympvcm4= 11homePostalAddress: 19923 Seven Mile Rd. $ South Lyon, MI 49999 12drink: Iced Tea 13description: Hiker, biker 14title: Director, Embedded Systems 15postalAddress: Info Tech Division $ 535 W. William St. $ Anytown, MI 48103 16mail: bjorn@mailgw.example.com 17homePhone: +1 313 555 5444 18pager: +1 313 555 4474 19facsimileTelephoneNumber: +1 313 555 2177 20telephoneNumber: +1 313 555 0355 21Size limit exceeded (4) 22 23# Test 2, check sizelimit is not triggered when it matches the number of entries returned 24dn: ou=Groups,dc=example,dc=com 25objectClass: organizationalUnit 26ou: Groups 27st: Alumni Association 28 29dn: ou=People,dc=example,dc=com 30objectClass: organizationalUnit 31objectClass: extensibleObject 32ou: People 33uidNumber: 0 34gidNumber: 0 35description: The Example, Inc. at Anytown 36 37dn: cn=Manager,dc=example,dc=com 38objectClass: person 39cn: Manager 40cn: Directory Manager 41cn: Dir Man 42sn: Manager 43description: Manager of the directory 44userPassword:: c2VjcmV0 45 46# Test 3, check sizelimit will stop at the right time 47dn: ou=Groups,dc=example,dc=com 48objectClass: organizationalUnit 49ou: Groups 50st: Alumni Association 51Size limit exceeded (4) 52 53