Hi,
after updating my OX Server to latest Release 6.22.1 Rev6 i get the following error if i try to change the access-combination-name for an context:
The File ModuleAccessDefinitions.properties in /opt/open-xchange/etc/ look like this
I hope you could help, if more Infos are requiered please ask for it
thx
outlow
after updating my OX Server to latest Release 6.22.1 Rev6 i get the following error if i try to change the access-combination-name for an context:
Code:
a228:/opt/open-xchange/sbin# changecontext -c 3 -A "Admin" -P "Passwort" --access-combination-name webmail context 3 could not be changed: Server response: No such access combination name "webmail" at com.openexchange.admin.rmi.impl.OXContext.changeModuleAccess(OXContext.java:989) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305) at sun.rmi.transport.Transport$1.run(Transport.java:159) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:155) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255) at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233) at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142) at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:178) at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:132) at $Proxy0.changeModuleAccess(Unknown Source) at com.openexchange.admin.console.context.Change.maincall(Change.java:105) at com.openexchange.admin.console.context.ChangeCore.commonfunctions(ChangeCore.java:110) at com.openexchange.admin.console.context.Change.<init>(Change.java:72) at com.openexchange.admin.console.context.Change.main(Change.java:76)
Code:
# File contains all access combinations which can be used by the server # when creating/changing contexts/users. # # Currently available modules/interfaces/rights listed below. # # Modules: # webmail # calendar # contacts # infostore # tasks # # Interfaces: # webdav (WebDAV interface to the InfoStore) # webdavxml (interface for OXtender for Microsoft Outlook, used by KDE for synchronization) # ical (WebDAV iCal readonly interface to the calendar) # vcard (WebDAV vCard readonly interface to the contacts) # syncml (enables 3rd party implementations of the SyncML interface) # usm (Universal Sync Module, necessary for ActiveSync and OXtender 2 for Microsoft Outlook) # olox20 (OLOX v2.0, the new MS Outlook connector) # activesync (enables the Exchange Active Sync protocol to sync with business mobile devices) # # Permissions: # readcreatesharedfolders (permission to share private folder and to view shared folder of other users) # delegatetask (permission to create tasks that contain other users as participants) # editpublicfolders (permission to modify public folders or data in them) # editgroup (permission to administrate groups) # editresource (permission to administrate resources) # editpassword (permission to change its own password) # globaladdressbookdisabled (Possibility to disabled the global address book for the user) # publicfoldereditable (user gets folder administrator permissions on public folders) # # Features: # collectemailaddresses (Collecting email addresses from received and send emails) # multiplemailaccounts (Permission to add additional EMail accounts) # subscription (Permission to subscribe to publications or to use the crawler) # publication (Permission to publish content of folders) webmail=webmail,contacts,globaladdressbookdisabled,collectemailaddresses,editpassword #pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,subscription,publication,editpassword #pim_infostore=webmail,calendar,contacts,tasks,infostore,webdav,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,subscription,publication,editpassword #pim_mobility=webmail,calendar,contacts,tasks,syncml,usm,activesync,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,subscription,publication,editpassword # Groupware Standard always gets new features except mobility and OXtender. #groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication #groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,olox20,activesync,readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,olox20,activesync,readcreatesharedfolders,delegatetask,editpublicfolders,editpassword,collectemailaddresses standard=contacts,webmail,calendar,tasks,collectemailaddresses,editpassword
thx
outlow