Announcement

Collapse
No announcement yet.

ox rmi core api

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • ox rmi core api

    Hello!

    I've posted my problem in the thread before, but i got no answer. My be I get there an answer.

    http://www.open-xchange.com/forum/showthread.php?t=4470

    I use the java rmi core api to create or update the user. but unfortunately the UserModuleAccess doesn't work. The problem is, that some modules are not enabled. For example: The modules
    Code:
    --access-usm on --access-active-sync on --access-public-folder-editable on
    --access-publication on --access-subscription on --access-multiple-mail-accounts on 
    --access-collect-email-addresses on --access-edit-password off --access-global-address-book-disabled off
    are only available, when i enable them in the commandline. Why is it not possible to enable/disable it with the java rmi core api.

    Best regards

    Christian

  • #2
    The CLTs utilize the RMI administration API to transmit the new UserModuleAccess to the administration daemon. So if that works with the CLTs it should work with the UserModuleAccess and RMI, too.

    Comment

    Working...
    X