summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4951269)
raw | patch | inline | side by side (parent: 4951269)
author | blainett <blainett@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 30 May 2005 13:08:22 +0000 (13:08 +0000) | ||
committer | blainett <blainett@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 30 May 2005 13:08:22 +0000 (13:08 +0000) |
doc/README.openxchange | patch | blob | history | |
plugins/personal/connectivity/class_oxchangeAccount.inc | patch | blob | history |
diff --git a/doc/README.openxchange b/doc/README.openxchange
index bf1c588625dd1e07c9032bd272515477b49b0165..961e8999de7d91d85320ee28b6cbf8c76d3a819a 100644 (file)
--- a/doc/README.openxchange
+++ b/doc/README.openxchange
We suppose that the Base is "dc=example,dc=org"
+- If you are using as rdn "uid=..", You must change in ldap.properties:
+com.openexchange.groupware.ldap.OXUserObjectAttributeuserCountryName=userCountry
+ to
+com.openexchange.groupware.ldap.OXUserObjectAttributeuserCountryName=st
+
+com.openexchange.groupware.ldap.OXUserObjectAttributeimapServerName=imapServer
+ to
+com.openexchange.groupware.ldap.OXUserObjectAttributeimapServerName=gosaMailServer
+
+com.openexchange.groupware.ldap.OXUserObjectAttributesmtpServerName=smtpServer
+ to
+com.openexchange.groupware.ldap.OXUserObjectAttributesmtpServerName=gosaMailServer
+
+
-- The ldap.prperties configuration of open-xchange must be like this:
+- If you are using as rdn "cn=..", the ldap.properties configuration of open-xchange must be like this:
com.openexchange.groupware.ldap.inetOrgPersonAttributebusinessCategoryName=businessCategory
com.openexchange.groupware.ldap.inetOrgPersonAttributecnName=cn
@@ -379,11 +393,5 @@ com.openexchange.groupware.ldap.OXUserObjectAttributeDayViewIntervalName=OXDayVi
-
-
-
-
-
-
This configuration is based in documentation gets from
http://www.open-xchange.org/oxwiki/OX_20with_20existing_20LDAP_20DIT
diff --git a/plugins/personal/connectivity/class_oxchangeAccount.inc b/plugins/personal/connectivity/class_oxchangeAccount.inc
index 9108b92cb1d0884e299f4d2538315d065b344b85..63f963d8d3f19d12ed9cf5e3fbed1cf21191f15a 100644 (file)
var $OXAppointmentDays="500";
var $OXTaskDays="5";
var $OXTimeZone="GMT";
- var $writeGlobalAddressBook="FALSE";
var $mailEnabled="OK";
/* attribute list for save action */
- var $attributes= array("OXAppointmentDays", "OXTaskDays", "OXTimeZone","writeGlobalAddressBook","mailEnabled");
+ var $attributes= array("OXAppointmentDays", "OXTaskDays", "OXTimeZone","mailEnabled");
var $objectclasses= array("OXUserObject");