The 'ldapsearch' is useful as a command line tool, but not realy appropiate for application integration, using TIBCO EAI as the integration software. TIBCO adaptors are the software pieces that translate native TIBCO language into the language that speaks the integrated application, so they are needed and cannot be replaced by standard clients.
BR,
Main Topics
Browse All Topics





by: JustUNIXPosted on 2008-03-29 at 12:33:43ID: 21237810
Have you triedto use the LDAP client included with Solaris?
Usually, it works with most LDAP (and even Active Directory) serversout there.
If TIBCOacts as LDAP server (and adheres to LDAP [protocol]) you should be
able to do so.
Try using 'ldapsearch' from Solaris to query your LDAP server. Look into man
page ldapsearch(1) to learn more.
Example (search underxyz.org forany UID):
# ldapsearch -b dc=xyz,dc=org -h <ldap-server> uid='*'