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
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
Open-Xchange via POA.
Open-Xchange via POA.


'''Important:'''
In <tt>/opt/open-xchange/etc/login.properties</tt> add the new setting


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
com.openexchange.login.formLoginWithoutAuthId=true
<tt>/opt/open-xchange/etc/login.properties</tt>


  com.openexchange.login.formLoginWithoutAuthId=true
In <tt>/opt/open-xchange/etc/plugin/hosting.properties</tt> set
 
  CHECK_CONTEXT_LOGIN_MAPPING_REGEXP=[$%:\\.+a-zA-Z0-9@_\\/\\|-]


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/AdminUser.properties</tt> set


<pre>
PRIMARY_MAIL_UNCHANGEABLE=false
# pattern of allowed chars in login mapping names

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

Latest revision as of 08:53, 15 September 2016

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 add the new setting

com.openexchange.login.formLoginWithoutAuthId=true

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

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

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

PRIMARY_MAIL_UNCHANGEABLE=false