Code

Resolve bug of writeGlobalAddressBook and cosmetic changes to README.
authorblainett <blainett@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 30 May 2005 13:08:22 +0000 (13:08 +0000)
committerblainett <blainett@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 30 May 2005 13:08:22 +0000 (13:08 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@499 594d385d-05f5-0310-b6e9-bd551577e9d8

doc/README.openxchange
plugins/personal/connectivity/class_oxchangeAccount.inc

index bf1c588625dd1e07c9032bd272515477b49b0165..961e8999de7d91d85320ee28b6cbf8c76d3a819a 100644 (file)
@@ -22,8 +22,22 @@ GROUP_BASEDN="ou=groups,dc=example,dc=org"
 
 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
index 9108b92cb1d0884e299f4d2538315d065b344b85..63f963d8d3f19d12ed9cf5e3fbed1cf21191f15a 100644 (file)
@@ -14,11 +14,10 @@ class oxchangeAccount extends plugin
   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");