Hello,
I have an ldifde command as follows and i am trying to find an equivalent to it using 'ldapsearch'
ldifde -f c:/temp/output.txt -s server.company.com -a cn=abcd,cn=users,dc=company,dc=com "password" -r "(|(cn=user1)(cn=user2))" -l memberof
I need to run this command on a solaris box...