<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello,<br><br>I've installed kolab 3.1 alpha release and I'm trying to apply the scripts provided by tbits in:<br><br>http://www.tbits.net/tbits-opensource/kolab3multipledomains.html<br><br>and I'm getting the following errors:<br><br>$ /bin/bash initMultiDomain.sh password<br><br>Shutting down cyrus-imapd:                                 [  OK  ]<br>Starting cyrus-imapd:                                      [  OK  ]<br>Shutting down postfix:                                     [  OK  ]<br>Starting postfix:                                          [  OK  ]<br>modifying entry "associateddomain=kolab.ddol.es,cn=kolab,cn=config"<br><br>patching file /usr/share/roundcubemail/plugins/kolab_auth/kolab_auth.php<br>Hunk #2 succeeded at 277 (offset 2 lines).<br>Hunk #3 succeeded at 455 (offset -7 lines).<br>Hunk #4 FAILED at 493.<br>1 out of 4 hunks FAILED -- saving rejects to file /usr/share/roundcubemail/plugins/kolab_auth/kolab_auth.php.rej<br>patching file /usr/share/kolab-syncroton/lib/plugins/kolab_auth/kolab_auth.php<br>Hunk #1 succeeded at 32 with fuzz 2.<br>Hunk #2 FAILED at 259.<br>Hunk #3 FAILED at 438.<br>Hunk #4 succeeded at 450 with fuzz 2 (offset -4 lines).<br>2 out of 4 hunks FAILED -- saving rejects to file /usr/share/kolab-syncroton/lib/plugins/kolab_auth/kolab_auth.php.rej<br>patching file /usr/share/kolab-webadmin/lib/api/kolab_api_service_domain_types.php<br>patching file /usr/share/kolab-webadmin/lib/Auth/LDAP.php<br>Hunk #2 succeeded at 145 (offset 13 lines).<br>Hunk #3 FAILED at 155.<br>Hunk #4 succeeded at 473 with fuzz 1 (offset 310 lines).<br>Hunk #5 succeeded at 570 (offset 310 lines).<br>Hunk #6 FAILED at 300.<br>Hunk #7 succeeded at 625 (offset 316 lines).<br>2 out of 7 hunks FAILED -- saving rejects to file /usr/share/kolab-webadmin/lib/Auth/LDAP.php.rej<br>patching file /usr/share/kolab-webadmin/lib/client/kolab_client_task_domain.php<br>Hunk #1 succeeded at 232 (offset 8 lines).<br>Hunk #2 succeeded at 240 (offset 8 lines).<br>patching file /usr/share/kolab-webadmin/lib/kolab_api_service.php<br>Hunk #1 succeeded at 96 with fuzz 2 (offset 10 lines).<br><br><br>I've checked the patches  and there are some lines do not fit. For example:<br><br><blockquote>--- kolab_auth.php.orig 2013-03-26 15:36:56.388999054 +0100<br>+++ kolab_auth.php      2013-03-26 16:03:38.886999756 +0100<br>@@ -485,6 +493,9 @@<br>             return null;<br>         }<br><br>+        $addressbook['base_dn'] = "ou=People,".self::$base_dn;<br>+        $addressbook['groups']['base_dn'] = "ou=Groups,".self::$base_dn;<br>+<br>         self::$ldap = new kolab_auth_ldap_backend(<br>             $addressbook,<br>             $rcmail->config->get('ldap_debug'),<br></blockquote><br>any help about how can I apply the patches?<br><br>Thanks & regards.<br><br>Manel.<br>                                       </div></body>
</html>