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 which has ldapsearch in '/usr/bin' but no ldifde. I have tried couple of options to get the same output using ldapsearch for the above but didnt quite work. I tried giving a file input instead of the string (as shown above) that did not work either.
Any ideas would be greatly helpful.
Thanks,
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 which has ldapsearch in '/usr/bin' but no ldifde. I have tried couple of options to get the same output using ldapsearch for the above but didnt quite work. I tried giving a file input instead of the string (as shown above) that did not work either.
Any ideas would be greatly helpful.
Thanks,