From: blainett Date: Mon, 30 May 2005 13:08:22 +0000 (+0000) Subject: Resolve bug of writeGlobalAddressBook and cosmetic changes to README. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9f241a5397ab445b8c0c875a7f1ec2092e5ae2c6;p=gosa.git Resolve bug of writeGlobalAddressBook and cosmetic changes to README. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@499 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/doc/README.openxchange b/doc/README.openxchange index bf1c58862..961e8999d 100644 --- a/doc/README.openxchange +++ b/doc/README.openxchange @@ -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 diff --git a/plugins/personal/connectivity/class_oxchangeAccount.inc b/plugins/personal/connectivity/class_oxchangeAccount.inc index 9108b92cb..63f963d8d 100644 --- a/plugins/personal/connectivity/class_oxchangeAccount.inc +++ b/plugins/personal/connectivity/class_oxchangeAccount.inc @@ -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");