OpenGroupWare is an open source groupware package intended as an alternative to proprietary applications such as Exchange and PostPath. It is fairly robust in its feature set, and even integrates well with MS Outlook.
Its strongest points, in my opinion are that it does not depend in any way on Active Directory, and that it integrates well with open source standards like Open LDAP and University of Washington IMAP. Its downsides are that the documentation is sparse and scattered, that is is backed with PostgreSQL rather than MySQL, and that the package is bundled into a TON of RPM's.
I have not tried installing it from source, though I suspect that it would not be much more work than using the RPM's. Anyhow, if you want to install it for yourself, here are some quick scripts to help you, as well as some quick cookbook instructions. I installed it on RHEL 3 Workstation, though I suspect that it would work most Linux distributions.
The first thing we have to do is install the foundation for OpenGroupWare From the RHEL CD's or Website:
Install apache
Install PostgreSQL
Install PostgreSQL-devel
Install php
Install php_PostgreSQL
Next, run the following commands to get the database and webserver started:
# /sbin/chkconfig httpd on
# /sbin/chkconfig postgresql on
# /sbin/service postgresql start
# /sbin/service httpd start
Sendmail should already be installed and running, but if not, you will have to install it as well.
OK, so I said before that there are a TON of RPM's that you will have to install. These can be found at the OpenGroupWare website. Get them however you want, but if you have "wget" installed, you can use my script to fetch everything you need. You can omit the "devel" packages if you don't want to install the source code.
-
###### SNIP #######
-
#!/bin/sh
-
#GetOpenGroupWare.sh
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-gnustep_make-1.10.0-0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/sope-4.5.8-sixtyfour/sope45-xml-4.5.8-r1321.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/sope-4.5.8-sixtyfour/sope45-xml-devel-4.5.8-r1321.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/ThirdParty/libfoundation11-1.1.3-r155.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/ThirdParty/libfoundation11-devel-1.1.3-r155.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/sope-4.5.8-sixtyfour/sope45-core-4.5.8-r1321.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/sope-4.5.8-sixtyfour/sope45-core-devel-4.5.8-r1321.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/sope-4.5.8-sixtyfour/sope45-appserver-4.5.8-r1321.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/sope-4.5.8-sixtyfour/sope45-appserver-devel-4.5.8-r1321.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/sope-4.5.8-sixtyfour/sope45-gdl1-4.5.8-r1321.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/sope-4.5.8-sixtyfour/sope45-gdl1-devel-4.5.8-r1321.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/sope-4.5.8-sixtyfour/sope45-ldap-4.5.8-r1321.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/sope-4.5.8-sixtyfour/sope45-ldap-devel-4.5.8-r1321.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/sope-4.5.8-sixtyfour/sope45-ldap-tools-4.5.8-r1321.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/sope-4.5.8-sixtyfour/sope45-mime-4.5.8-r1321.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/sope-4.5.8-sixtyfour/sope45-mime-devel-4.5.8-r1321.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-logic-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-logic-devel-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-logic-tools-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-docapi-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-docapi-devel-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-docapi-db-project-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-docapi-db-project-devel-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-docapi-fs-project-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-docapi-fs-project-devel-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-core-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-core-devel-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-app-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-environment-1.1.5-0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/sope-4.5.8-sixtyfour/sope45-ical-4.5.8-r1321.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/sope-4.5.8-sixtyfour/sope45-ical-devel-4.5.8-r1321.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/sope-4.5.8-sixtyfour/sope45-gdl1-postgresql-4.5.8-r1321.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/mod_ngobjweb-2.0.46-r1323.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-database-setup-1.1.5-0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-pda-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-pda-devel-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-theme-blue-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-theme-default-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-theme-kde-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-theme-ooo-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-theme-orange-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-tools-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-calendar-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-contact-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-mailer-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-mailer-devel-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-news-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-project-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-resource-basque-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-resource-de-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-resource-dk-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-resource-en-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-resource-es-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-resource-fr-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-resource-hu-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-resource-it-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-resource-jp-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-resource-nl-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-resource-no-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-resource-pl-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-resource-pt-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-resource-ptbr-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-resource-sk-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-webui-task-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-xmlrpcd-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-zidestore-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-zidestore-devel-1.1.5-r1717.0.i386.rpm
-
wget http://download.opengroupware.org/nightly/packages/rhel3/releases/opengroupware-1.1.5-moveon/ogo-meta-1.1.5-r1717.0.i386.rpm
-
###### /SNIP #######
Ok, so now we have a directory filled up wit RPM's. Many of these have a lot of dependancies, so the order of install is important. The script below has them in the correct order, so you can either use it as a reference to install them yourself, or just save the script in the directory that has all your RPM's and run it. Your choice.
-
###### SNIP #######
-
# InstallOpenGroupware.sh
-
#!/sbin/sh
-
rpm -Uvh ogo-gnustep_make-1.10.0-0.i386.rpm
-
rpm -Uvh sope45-xml-4.5.8-r1321.0.i386.rpm
-
rpm -Uvh sope45-xml-devel-4.5.8-r1321.0.i386.rpm
-
rpm -Uvh libfoundation11-1.1.3-r155.0.i386.rpm
-
rpm -Uvh libfoundation11-devel-1.1.3-r155.0.i386.rpm
-
rpm -Uvh sope45-core-4.5.8-r1321.0.i386.rpm
-
rpm -Uvh sope45-core-devel-4.5.8-r1321.0.i386.rpm
-
rpm -Uvh sope45-mime-4.5.8-r1321.0.i386.rpm
-
rpm -Uvh sope45-mime-devel-4.5.8-r1321.0.i386.rpm
-
rpm -Uvh sope45-appserver-4.5.8-r1321.0.i386.rpm
-
rpm -Uvh sope45-appserver-devel-4.5.8-r1321.0.i386.rpm
-
rpm -Uvh sope45-gdl1-4.5.8-r1321.0.i386.rpm
-
rpm -Uvh sope45-gdl1-devel-4.5.8-r1321.0.i386.rpm
-
rpm -Uvh sope45-ldap-4.5.8-r1321.0.i386.rpm
-
rpm -Uvh sope45-ldap-devel-4.5.8-r1321.0.i386.rpm
-
rpm -Uvh sope45-ldap-tools-4.5.8-r1321.0.i386.rpm
-
rpm -Uvh ogo-logic-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-logic-devel-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-logic-tools-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-docapi-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-docapi-devel-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-docapi-db-project-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-docapi-db-project-devel-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-docapi-fs-project-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-docapi-fs-project-devel-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-webui-core-devel-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-webui-app-1.1.5-r1717.0.i386.rpm ogo-theme-default-1.1.5-r1717.0.i386.rpm ogo-webui-resource-en-1.1.5-r1717.0.i386.rpm ogo-webui-resource-de-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-environment-1.1.5-0.i386.rpm
-
rpm -Uvh sope45-ical-4.5.8-r1321.0.i386.rpm
-
rpm -Uvh sope45-ical-devel-4.5.8-r1321.0.i386.rpm
-
rpm -Uvh sope45-gdl1-postgresql-4.5.8-r1321.0.i386.rpm
-
rpm -Uvh mod_ngobjweb-2.0.46-r1323.0.i386.rpm
-
rpm -Uvh ogo-database-setup-1.1.5-0.i386.rpm
-
rpm -Uvh ogo-pda-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-pda-devel-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-theme-blue-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-theme-kde-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-theme-ooo-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-theme-orange-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-tools-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-webui-calendar-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-webui-contact-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-webui-core-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-webui-mailer-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-webui-mailer-devel-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-webui-news-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-webui-project-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-webui-resource-basque-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-webui-resource-dk-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-webui-resource-es-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-webui-resource-fr-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-webui-resource-hu-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-webui-resource-it-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-webui-resource-jp-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-webui-resource-nl-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-webui-resource-no-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-webui-resource-pl-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-webui-resource-pt-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-webui-resource-ptbr-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-webui-resource-sk-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-webui-task-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-xmlrpcd-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-zidestore-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-zidestore-devel-1.1.5-r1717.0.i386.rpm
-
rpm -Uvh ogo-meta-1.1.5-r1717.0.i386.rpm
-
###### /SNIP #######
Some things to note about the install.
These all have to be done on one line or "rpm" will complain that it can's resolve dependancies:
rpm -Uvh ogo-webui-app-1.1.5-r1717.0.i386.rpm ogo-theme-default-1.1.5-r1717.0.i386.rpm ogo-webui-resource-en-1.1.5-r1717.0.i386.rpm ogo-webui-resource-de-1.1.5-r1717.0.i386.rpm
ogo-database-setup-1.1.5-0.i386.rpm sets up your PostgreSQL database and database user for you. The output should look something like this:
Preparing... ########################################### [100%]
1:ogo-database-setup ########################################### [100%]
PostgreSQL seems to be already initialized
and I can see it running:
PIDS used: 3456 3458 3459
We're on PostgreSQL 7 (7.4)
checking /var/lib/pgsql/data/postgresql.conf
need to patch /var/lib/pgsql/data/postgresql.conf for 7.4
backup current one to /var/lib/pgsql/data/postgresql.conf.20061213-153319
checking /var/lib/pgsql/data/pg_hba.conf
need to patch /var/lib/pgsql/data/pg_hba.conf for 7.4
backup current one to /var/lib/pgsql/data/pg_hba.conf.20061213-153319
The changes we've made require that we restart PostgreSQL...
Stopping postgresql service: [ OK ]
Starting postgresql service: [ OK ]
OK! PostgreSQL runs again: (3909 3911 3912)
creating database user: OGo
creating the database itself: OGo
we've successfully created both the user OGo and the raw database OGo
we'll now fill the database with the scheme itself
checking the logfile created during scheme rollin...
/tmp/database_setup_psql.sh.20061213-153319.log
removing log - not needed anymore
OK... Now everything is installed, and if you run the following command:
# /sbin/chkconfig --list | grep ogo
You should see the following output:
ogo-zidestore 0:off 1:off 2:on 3:on 4:on 5:on 6:off
ogo-webui 0:off 1:off 2:on 3:on 4:on 5:on 6:off
ogo-xmlrpcd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
ogo-nhsd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
Now, let's fire up these services:
# /sbin/service ogo-zidestore start
# /sbin/service ogo-webui start
# /sbin/service ogo-xmlrpcd start
# /sbin/service ogo-nhsd start
Everything should be up and running now, so you can grab a web browser and go to the following RUL:
http://server.domain.com/OpenGroupware
You will be logged in as the root user, so make sure to change the password.
If you are using this system as a stand-alone server, you are pretty much all set. We needed to authenticate it against our central LDAP, and point it towards our IMAP server though, so I added the following lines to "/var/lib/opengroupware.org/.libFoundation/DefaultsNSGlobalDomain.plist":
LSAuthLDAPServer = "ldapserver.domain.com";
LSAuthLDAPServerRoot = "dc=mydomain,dc=com";
imap_host = "imapserver.domain.com";
UseSkyrixLoginForImap = YES;
Make sure to put these lines at the end of the file, but before the closing braces.
The file should look something like this:
###### SNIP #######
{
"skyrix_id" = "server.domain.com";
LSConnectionDictionary = {
databaseName = OGo;
hostName = "127.0.0.1";
password = "";
port = 5432;
userName = OGo;
};
LSNewsImagesPath = "/var/lib/opengroupware.org/news";
LSNewsImagesUrl = "/ArticleImages";
Languages = (
English
);
TimeZoneName = GMT;
WOHttpAllowHost = (
localhost,
"127.0.0.1",
"localhost.localdomain"
);
LSAuthLDAPServer = "ldapserver.domain.com";
LSAuthLDAPServerRoot = "dc=domain,dc=com";
imap_host = "imapserver.domain.com";
UseSkyrixLoginForImap = YES;
}
###### /SNIP #######
Since the system won't let you authenticate the "root" user against the local database if your are using LDAP, you have to create a root user on your central LDAP.
Create an LDIF file called root.ldif like so:
###### SNIP #######
dn: uid=root,ou=People,dc=mydomain,dc=com
objectClass: organizationalPerson
objectClass: top
objectClass: posixAccount
objectClass: shadowAccount
uid: root
uidNumber: 0
gidNumber: 0
sn: Root
cn: Root
homeDirectory: /root
loginShell: /bin/bash
gecos: Root
###### /SNIP #######
Finally, run the following command to add the root user:
ldapadd -x -D "cn=Manager,dc=mydomain,dc=com" -W -f root.ldif"
You should now be authenticating against your central LDAP server. Have fun!
Just wondering why do you think using PostgreSQL instead of MySQL a “downside”?
For me it’s actually due to its usage of PostgreSQL that I’m looking into OGo.
Well, I guess it’s not so much a downside as an inconvenience for us. We are an Oracle/MySQL shop here, and only one of our systems administrators has any experience at all with PostgreSQL. It just means that it’s another thing to upgrade and maintain.