Dear Experts,
Is there a JSP code for getting list of Business Objects users, their names, and their types of authentication (like some can have Windows AD, LDAP, Enterprise or all of them) , in tabular format.
Currently I use this query
select si_name,si_nameduser,si_userfullname,si_aliases from ci_systemobjects where si_kind='user'
using query builder, but the output is not easy to analyze. Auditing is not an option as it does not have so many details or we can not set auditing details to highest level. Please advise..