[Date Prev][Date Next] [Chronological] [Thread] [Top]

ldapsearch for backup



Hi all,

I am using the following command (SUN Solaris 8) to perform a backup of my
master LDAP server:

ldapsearch -L -D $BIND_USER -w $BIND_PASS -h $MASTERLDAP_IP -p 389 -b
'dc=mydomain,dc=com' -s sub '(objectclass=*)' > $OUTPUT_FILE

but it only exports 500 entries (while the server has more than 7000
entries).
Any hints?
Thank you in advance.

EZ