| 63 | Now you must ensure that the DN you use to bind to |
| 64 | your OpenLDAP server don't have search queries size limits, |
| 65 | which gives for example (OpenLDAP 2.1.x or above) : |
| 66 | |
| 67 | limits dn="cn=RWadmin,dc=your,dc=domain" size.soft=-1 size.hard=soft |
| 68 | limits dn="cn=ROadmin,dc=your,dc=domain" size.soft=-1 size.hard=soft |
| 69 | |
| 70 | Where RWadmin and ROadmin are the usernames used to bind to your |
| 71 | OpenLDAP server within PyKota, respectively in ReadWrite mode |
| 72 | (as set in pykotadmin.conf) and in ReadOnly mode (pykota.conf). |
| 73 | |