<quote who="Marot Laurent">
Hello,
I was just wondering how i could launch ONE basic ldap search on several custom attributes all prefixed by "companyName..."
I even don't know if processing that way is possible or if i should make several ldap searches
Thanks for your help
LM
Something like:
ldapsearch -x -H ldap://myhost (&(objectClass=CustomClass)(|(companyNameEtc)(blah))) dn
See:
http://www.rfc-editor.org/rfc/rfc4515.txt