Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hello, I have a following requirements w.r.t. Universal Messaging:
Regards, Manoj
You can configure LDAP authentication in UM. Attached are some training slides that will hopefully help you set it up. For the LDAP groups, you will need to write some code that reads the LDAP groups (using standard LDAP API) and then uses the UM admin client API to set appropriate ACLs. See http://um.terracotta.org/#page/%2Fum.terracotta.org%2Funiversal-messaging-webhelp%2Fto-access_control_lists.html%23
You cannot install Enterprise Viewer separately, but if you are rolling this out to users, you can simply delete the Enterprise Manager executable /java//bin/nenterprisemgr.exe to prevent them running that. Better, however, would be to set up basic authentication for the realm and use ACLs to ensure some users have read-only access, even when using Enterprise Manager.
Hope this helps. P10 - UM Basic Authentication - Configuration.pdf (372 KB)
Thanks Jonathan it was really helpful. I tried Step #2 (Enterprise Viewer) and it works. However, yet to try out #1. Will update soon with the results.