Code

Moved to trunk/branches/tags structure
[gosa.git] / README.openxchange
1 ### Small tutorial for use GOsa with open-xchange ###
3 Once installed open-xchange (http://www.open-xchange.org) and php4-pgsql 
4 module we must do some changes to get open-xchange running with GOsa.
6 - php.ini must have extension=pg_sql.so
8 - The webserver must have access to the Postgresql server.
10 - In the connectivity section of gosa.conf must have something like this:
11                 <tab class="oxchangeAccount"
12                         pghost="server"
13                         pguser="openexchange"
14                         pgpasswd="test"
15                         pgdbname="openexchange"
16                 />
18 - In the configuration of open-xchange we must make this changes to ldap.properties:
19 com.openexchange.groupware.ldap.OXUserObjectAttributeimapServerName=imapServer
20 TO:
21 com.openexchange.groupware.ldap.OXUserObjectAttributeimapServerName=gosaMailServer
23 com.openexchange.groupware.ldap.OXUserObjectAttributesmtpServerName=smtpServer
24 TO:
25 com.openexchange.groupware.ldap.OXUserObjectAttributesmtpServerName=gosaMailServer
27 com.openexchange.groupware.ldap.OXUserObjectAttributeuserCountryName=userCountry
28 TO:
29 com.openexchange.groupware.ldap.OXUserObjectAttributeuserCountryName=st
31 - And this changes to admintools.conf:
33 USERS_BASEDN="ou=people,dc=example,dc=org"
34 GROUP_BASEDN="ou=groups,dc=example,dc=org"
36 We suppose that the GOsa Base is "dc=example,dc=org"
40 This configuration is based in documentation gets from 
41 http://www.open-xchange.org/oxwiki/OX_20with_20existing_20LDAP_20DIT