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

kolabd

What does kolab_bootstrap do ?

  1. Checks for TCP ports of running apps (postfix, slapd, imap and so on)
  2. checks for a valid slapd config (slapcat) and backs-up old data
  3. 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
  4. Set up /etc/postfix/sasl/smtpd.conf from /etc/kolab/templates/smtpd.conf.template
    • just remove the kolab lines at the begining...
  5. 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
Page last modified on 10 février 2008 à 17h59