Hi OX Community,
i'm a Beginner with openldap. It's used as central User-authentification at my Company.
When I try to synchronize our Users from our ldap db with the command:
i get the following error:
Has this error todo with the "sizelimit 1000" we use in our slapd.conf ?
Can I use a search filter for the oxldapsync.pl as workaround ? I don't want to change the slapd.conf if I don't have to.
Any Idea's on how to solve this Problem ?
Greetings
Alex
i'm a Beginner with openldap. It's used as central User-authentification at my Company.
When I try to synchronize our Users from our ldap db with the command:
Code:
/opt/oxldapsync/sbin/oxldapsync.pl -c 1
Code:
Error on search: : Sizelimit exceeded at /opt/oxldapsync/sbin/../lib/OX/LDAPConnector/ldap.pm line 71, <DATA> line 522.
Can I use a search filter for the oxldapsync.pl as workaround ? I don't want to change the slapd.conf if I don't have to.
Any Idea's on how to solve this Problem ?
Greetings
Alex
Comment