Template:POAPleskConfig: Difference between revisions

From Open-Xchange
(Created page with "In <tt>/opt/open-xchange/etc/sessiond.properties</tt> set com.openexchange.sessiond.autologin=true If not, users will get the message ''The action "store" is disabled due t...")
 
No edit summary
Line 6: Line 6:
Open-Xchange via POA.
Open-Xchange via POA.


'''Important:'''
In <tt>/opt/open-xchange/etc/login.properties</tt> set
 
In Open-Xchange versions 6.22.2 and above or in OX App Suite (7.0.2 and above), you need to add this parameter to
<tt>/opt/open-xchange/etc/login.properties</tt>


  com.openexchange.login.formLoginWithoutAuthId=true
  com.openexchange.login.formLoginWithoutAuthId=true


To enable creation of OX contexts (customers) via POA correctly you have to edit file „/opt/open-xchange/etc/plugin/hosting.properties“ and set property „CHECK_CONTEXT_LOGIN_MAPPING_REGEXP“ to value „[$%:\\.+a-zA-Z0-9@_\\/\\|-]“
In <tt>/opt/open-xchange/etc/plugin/hosting.properties</tt> set


<pre>
CHECK_CONTEXT_LOGIN_MAPPING_REGEXP=[$%:\\.+a-zA-Z0-9@_\\/\\|-]
# pattern of allowed chars in login mapping names

CHECK_CONTEXT_LOGIN_MAPPING_REGEXP=[$%:\\.+a-zA-Z0-9@_\\/\\|-]
</pre>

Revision as of 06:26, 4 September 2013

In /opt/open-xchange/etc/sessiond.properties set

com.openexchange.sessiond.autologin=true

If not, users will get the message The action "store" is disabled due to server configuration when they directly access Open-Xchange via POA.

In /opt/open-xchange/etc/login.properties set

com.openexchange.login.formLoginWithoutAuthId=true

In /opt/open-xchange/etc/plugin/hosting.properties set

CHECK_CONTEXT_LOGIN_MAPPING_REGEXP=[$%:\\.+a-zA-Z0-9@_\\/\\|-]