As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
You could always get a JDBC/LDAP Bridge (http://www.octetstring.com/support/jdbcldapdriver/GettingStarted.php) This would allow you to read your LDAP environment like any database via a JDBC connection in WF.
I haven't done it so I cannot verify that it works, however, if you do this, let us know how it worked out!
"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
Some other folks in our organization were able to use Cold Fusion to query our Corporate LDAP database and get back values to pass in as variables to the WFSERVLET for use in WebFOCUS.
It's working quite nicely.
Posts: 64 | Location: Denver | Registered: July 20, 2005
Originally posted by dhagen: For the record, WF 7.1.1 and up has LDAP as a data adaptor. You can now query your LDAP environment with the TABLE command.
Could you please explain how this might be done? Do you have any examples? We are on 7.1.3 and would like to access a corporate LDAP. We currently are using CGI, HTML and Javascript in our application.
WebFOCUS LDAP Adapter, A fairly new adapter is the WebFOCUS LDAP Adapter which when configured can be used to Query LDAP or AD to reterive information. I have recently installed this at a customer site and with a few changes to the Master File Description that the Adapter creates I was able to access information from AD. In Querying AD a big benefit I saw was the ability to get a users mail address. Now with the LDAP Adapter and Report Casters ability to create dynamic distribution list WebFOCUS can create those list from extracts from LDAP/AD. Another Key advantged that a AD Administrator pointed out to me is being able to create reports that can be used to audit her AD Environment.
Sorry it took me so long to see this. I don't have access to how they did the LDAP part. I wish I did.
quote:
Originally posted by db: Joan,would you mind sharing the steps to configure or set that up. I need to pull some info from our corporate database to create variables.
Thanks
Posts: 64 | Location: Denver | Registered: July 20, 2005
We run our WF Reporting Servers on Linux. Most native Unix and Linux operating systems come with the "ldapsearch" client. You can verify this by simply telneting into your host and type "ldapsearch" on the command line to see if it is available.
Once you have overcome the syntax of the "ldapsearch" command you should be able to query your ldap server from a line mode unix prompt. Once you have accomplished that, now it is simply a matter of issuing the command from a focexec by prefacing it with the word "unix". For example:
Another option, that we use, is to call a small Java program that queries LDAP, and writes the output to a file. WebFOCUS then reads that file to get the results.
Diptesh WF 7.1.7 - AIX, MVS
Posts: 79 | Location: Warren, NJ, USA | Registered: October 25, 2006
To TexasStingray -- I'm thinking I would like to look into the LDAP adapter. I personally don't have access enough to load/configure it. And I'll have to see if we have installed the LDAP API.
Posts: 64 | Location: Denver | Registered: July 20, 2005
For more information on license for adapters, the best channel to contact for help should be our local branch office. If you need help on contact information of our local branch office, please let me know and I will be more than happy to find that out for you.
Many thanks for TexasStingray's input as well.
Cheers,
Kerry
Kerry Zhan Focal Point Moderator Information Builders, Inc.
Posts: 1948 | Location: New York | Registered: November 16, 2004