Installation native debian parce que la méthode kolab n'a pas l'air très propre (ils réinstallent tous les paquets en chmod):
http://svn.debian.org/wsvn/pkg-kolab/kolabd/trunk/debian/README.Debian?op=file&rev=0&sc=0
slapd
- apt-get install slapd ldap-utils
- vérifier que l'installation est ok: ldapsearch -x -b '' -s base '(objectclass=*)' namingContexts
kolabd
- postfix est le MTA de base
- apt-get install kolabd
What does kolab_bootstrap do ?
- Checks for TCP ports of running apps (postfix, slapd, imap and so on)
- checks for a valid slapd config (slapcat) and backs-up old data
- Set up /etc/kolab/kolab.conf:
fqdnhostname : rubis.cheramy.net
is_master : 1
base_dn : dc=rubis,dc=cheramy,dc=net
bind_dn : cn=manager,dc=rubis,dc=cheramy,dc=net
bind_pw : <ldap password ?>
ldap_uri : ldap://127.0.0.1:389
ldap_master_uri : ldap://127.0.0.1:389
php_dn : cn=nobody,dc=rubis,dc=cheramy,dc=net
php_pw : <php_password ?>
syslog_facility : local5
- chmod 0600 kolab.conf
- chown kolab kolab.conf
- Set up /etc/postfix/sasl/smtpd.conf from /etc/kolab/templates/smtpd.conf.template
- just remove the kolab lines at the begining...
- Set up /etc/ldap/slapd.conf from /etc/kolab/templates/slapd.conf.template
- remove the kolab lines at the begining...
- does not match at all debian slapd.conf file...
- insert base_dn where it belongs...
- Restart slapd