<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.horde.turba">
    <title>gmane.comp.horde.turba</title>
    <link>http://blog.gmane.org/gmane.comp.horde.turba</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.horde.turba/4994"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.horde.turba/4993"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.horde.turba/4992"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.horde.turba/4989"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.horde.turba/4987"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.horde.turba/4986"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.horde.turba/4976"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.horde.turba/4973"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.horde.turba/4964"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.horde.turba/4957"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.horde.turba/4956"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.horde.turba/4955"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.horde.turba/4952"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.horde.turba/4949"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.horde.turba/4948"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.horde.turba/4937"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.horde.turba/4934"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.horde.turba/4933"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.horde.turba/4927"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.horde.turba/4925"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.horde.turba/4994">
    <title>Localsql not listed</title>
    <link>http://comments.gmane.org/gmane.comp.horde.turba/4994</link>
    <description>&lt;pre&gt;Do not laugh... :-)

I put personnel info but nothing serious.

You understand that these lines should not be there.

$cfgSources['localsql'] = array(
    // ENABLED by default
    'disabled' =&amp;gt; false,
    'title' =&amp;gt; _("My Address Book"),
    'type' =&amp;gt; 'sql',
    'params' =&amp;gt; array(
        // The default connection details are pulled from the Horde-wide 
SQL
        // connection configuration.
        // To use another DB connection, you must provide configuration
        // information here - for example,
        //'sql' =&amp;gt; array(
        //    'persistent' =&amp;gt; false,
        //    'username' =&amp;gt; 'horde',
        //    'password' =&amp;gt; 'secret',
        //    'socket' =&amp;gt; '/var/run/mysqld/mysqld.sock',
        //    'protocol' =&amp;gt; 'unix',
        //    'database' =&amp;gt; 'horde',
        //    'charset' =&amp;gt; 'utf-8',
        //    'ssl' =&amp;gt; false,
        //    'splitread' =&amp;gt; false,
        //    'phptype' =&amp;gt; 'mysql'
        //),
        'table' =&amp;gt; 'turba_objects'
    ),

Francine
&lt;/pre&gt;</description>
    <dc:creator>Francine.Bolduc&lt; at &gt;ti.csaffluents.qc.ca</dc:creator>
    <dc:date>2012-04-13T20:12:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.horde.turba/4993">
    <title>Localsql not listed</title>
    <link>http://comments.gmane.org/gmane.comp.horde.turba/4993</link>
    <description>&lt;pre&gt;Finally, the problem is probably in this part of the code : 


I replaced the configuration of my "localsql" by that "backends.php.dist" 
file :

$cfgSources['localsql'] = array(
    'disabled' =&amp;gt; false,
    'title' =&amp;gt; _("Shared Address Books"),
    'type' =&amp;gt; 'sql',
    'params' =&amp;gt; array(
        // The default connection details are pulled from the Horde-wide 
SQL
        // connection configuration.
        // To use another DB connection, you must provide configuration
        // information here - for example,
        //'sql' =&amp;gt; array(
        //    'persistent' =&amp;gt; false,
        //    'username' =&amp;gt; 'horde',
        //    'password' =&amp;gt; 'secret',
        //    'socket' =&amp;gt; '/var/run/mysqld/mysqld.sock',
        //    'protocol' =&amp;gt; 'unix',
        //    'database' =&amp;gt; 'horde',
        //    'charset' =&amp;gt; 'utf-8',
        //    'ssl' =&amp;gt; false,
        //    'splitread' =&amp;gt; false,
        //    'phptype' =&amp;gt; 'mysql'
        //),
        'sql' =&amp;gt; array(
        'phptype' =&amp;gt; 'pgsql',
        //'hostspec' =&amp;gt; 'bdcsa8dev.csaffluents.qc.ca',
        'server' =&amp;gt; 'bdcsa84dev.csaffluents.qc.ca',
        'username' =&amp;gt; 'horde',
        'password' =&amp;gt; 'c98f1706',
        'database' =&amp;gt; 'horde',
        'charset' =&amp;gt; 'utf-8'
        ),
        'table' =&amp;gt; 'turba_objects'
    ),


and I removed " 'use_shares' =&amp;gt; true " and the Address book work. 

Thanks

Francine

&lt;/pre&gt;</description>
    <dc:creator>Francine.Bolduc&lt; at &gt;ti.csaffluents.qc.ca</dc:creator>
    <dc:date>2012-04-13T19:44:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.horde.turba/4992">
    <title>Localsql not listed</title>
    <link>http://comments.gmane.org/gmane.comp.horde.turba/4992</link>
    <description>&lt;pre&gt;synchronization with external devices:"),

Did you check the user preference like I suggested?

&lt;/pre&gt;</description>
    <dc:creator>Francine.Bolduc&lt; at &gt;ti.csaffluents.qc.ca</dc:creator>
    <dc:date>2012-04-11T13:01:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.horde.turba/4989">
    <title>(no subject)</title>
    <link>http://comments.gmane.org/gmane.comp.horde.turba/4989</link>
    <description>&lt;pre&gt;Hi, when I try to import a lot of contacts it says that it was  
sucessfull but when i list the contacts they appear like this (with  
only the &amp;lt; at &amp;gt;):

Name Nickname E-mail
Ana   &amp;lt; at &amp;gt;

In the logs i see this:

2012-04-05T08:19:54-03:00 NOTICE: HORDE [turba] PHP ERROR: Trying to  
get property of non-object [pid 16446 on line 70 of  
"/var/www/horde4/turba/data.php"]



&lt;/pre&gt;</description>
    <dc:creator>Rodrigo Abantes Antunes</dc:creator>
    <dc:date>2012-04-05T11:25:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.horde.turba/4987">
    <title>Turba doesn't allow localhost email addresses</title>
    <link>http://comments.gmane.org/gmane.comp.horde.turba/4987</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Turba's Email field doesn't allow localhost addresses or any addresses
which just have a top level domain but now lower level.

This is caused by the Horde_Form_Type::_isRfc3696ValidEmailAddress
parser, line 2002 (because these are not public internet addresses)

RFC 3696 doesn't say an email address must be on a public domain.
In fact, &amp;lt; at &amp;gt;localhost is a valid email address for local delivery.

Do you think we should remove that requirement?

- -- 
Ralf Lang
Linux Consultant / Developer
Tel.: +49-170-6381563
Mail: lang&amp;lt; at &amp;gt;b1-systems.de

B1 Systems GmbH
Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de
GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk95Sb8ACgkQCs1dsHJ/X7Ax9ACg5NZRz33q8y6tbMQJ/nPp2EQ2
eYsAnRGVziapOqRKyaydI2d/Y3CBoafe
=3xIy
-----END PGP SIGNATURE-----
&lt;/pre&gt;</description>
    <dc:creator>Ralf Lang</dc:creator>
    <dc:date>2012-04-02T06:39:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.horde.turba/4986">
    <title>Totals for contacts in the address book?</title>
    <link>http://comments.gmane.org/gmane.comp.horde.turba/4986</link>
    <description>&lt;pre&gt;I have Turba 3.0.12 installed and working fine. However, I can't seem to 
find anywhere the total number of contacts in any of my address books - 
either at the bottom of the list, or on the status bar at the top. After 
I imported my address book - I wanted to double check that all contacts 
were imported - so I looked for a total number of contacts. I couldn't 
spot this anywhere. I've also googled for it - but again, without any 
relevant results so far. I'm used to this feature from pretty much every 
address book software I've used - both on computers and phones. Are 
totals displayed somewhere and I've missed it somehow?

Thanks,

Sebastian
&lt;/pre&gt;</description>
    <dc:creator>Sebastian Arcus</dc:creator>
    <dc:date>2012-04-01T19:55:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.horde.turba/4976">
    <title>Localsql not listed</title>
    <link>http://comments.gmane.org/gmane.comp.horde.turba/4976</link>
    <description>&lt;pre&gt;Hi !

I have 3 actives address book in /turba/config/backends.php.

In Horde, I see "ldapEmpl" and "ldapEle" but not "localsql". Why ?

backend.php :

$cfgSources['localsql'] = array(
    'disabled' =&amp;gt; false,
    'title' =&amp;gt; "Mon carnet personnel",
    'type' =&amp;gt; 'sql',
    'params' =&amp;gt; array(
        'sql' =&amp;gt; array(
        'phptype' =&amp;gt; 'pgsql',
        'hostspec' =&amp;gt; 'localhost',
        'username' =&amp;gt; 'horde',
        'password' =&amp;gt; '&amp;lt;my_password&amp;gt;',
        'database' =&amp;gt; 'horde',
        'charset' =&amp;gt; 'utf-8'
        ),
        'table' =&amp;gt; 'turba_objects'
    ),
        'map' =&amp;gt; array(     .... etc...
);

$cfgSources['ldapEmpl'] = array(
    'disabled' =&amp;gt; false,
    'title' =&amp;gt; "Employe",
    'type' =&amp;gt; 'ldap',
    'params' =&amp;gt; array(
        'server' =&amp;gt; '&amp;lt;my_server&amp;gt;',
        'port' =&amp;gt; 389,
        'tls' =&amp;gt; false,
        'root' =&amp;gt; 'ou=EMPLOYES,ou=PERSONNES,o=MY_ORG',
        'bind_dn' =&amp;gt; '&amp;lt;my_bind_dn&amp;gt;',
        'bind_password' =&amp;gt; '&amp;lt;my_password&amp;gt;',
        'sizelimit' =&amp;gt; 200,
        'dn' =&amp;gt; array('cn'),
        'objectclass' =&amp;gt; array('person'),
        'scope' =&amp;gt; 'one',
        'charset' =&amp;gt; 'iso-8859-1',
        'checkrequired' =&amp;gt; false,
        'checkrequired_string' =&amp;gt; ' ',
        'checksyntax' =&amp;gt; false,
        'version' =&amp;gt; 3
    ),
    'map' =&amp;gt; array(  .... etc...
);

$cfgSources['ldapEle'] = array(
    'disabled' =&amp;gt; false,
    'title' =&amp;gt; "Eleve",
    'type' =&amp;gt; 'ldap',
    'params' =&amp;gt; array(
        'server' =&amp;gt; '&amp;lt;my_server&amp;gt;',
        'port' =&amp;gt; 389,
        'root' =&amp;gt; 'ou=ELEVES,ou=PERSONNES,o=MY_ORG',
        'bind_dn' =&amp;gt; '&amp;lt;my_bind_dn&amp;gt;',
        'bind_password' =&amp;gt; '&amp;lt;my_password&amp;gt;',
        'sizelimit' =&amp;gt; 200,
        'dn' =&amp;gt; array('cn'),
        'objectclass' =&amp;gt; array('person'),
        'scope' =&amp;gt; 'one',
        'charset' =&amp;gt; 'iso-8859-1',
        'checkrequired' =&amp;gt; false,
        'checkrequired_string' =&amp;gt; ' ',
        'checksyntax' =&amp;gt; false,
        'version' =&amp;gt; 3
    ),
    'map' =&amp;gt; array(  ... etc...
);

localldap and  personal_ldap are disabled.
prefs and favourites are enabled.




prefs.php :

$_prefs['addressbooks'] = array(
    'value' =&amp;gt; json_encode(array('localsql','ldapEmpl','ldapEle'))
);

$_prefs['columns'] = array(
    'value' =&amp;gt; "localsql\temail\nEmploye\temail\nEleve\temail"
);


Thanks

Francine


&lt;/pre&gt;</description>
    <dc:creator>Francine.Bolduc&lt; at &gt;ti.csaffluents.qc.ca</dc:creator>
    <dc:date>2012-03-30T15:31:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.horde.turba/4973">
    <title>No alphabetical categorisation for certain ldap backends</title>
    <link>http://comments.gmane.org/gmane.comp.horde.turba/4973</link>
    <description>&lt;pre&gt;Hi list,


I have a number of ldap sources configured and currently working with a
minor problem. Some of my addressbooks are missing the alphabetical
listing feature that the other addressbooks have when you select them.
I'm talking about the bar at top of the listing which is like "(All) A B
C ....". When I select such an addressbook I don't see the bar at all
and I get a complete listing of the contents of the addressbook. What
might be the factors in the ldap configuration that is causing this?

I have two addressbooks from a ldap server pointing at different roots
and while one of them exhibit the problem, the other one doesn't.

When I change the root of the problematic addressbook to point the same
root as the working one, I get the alphabet bar. This must be something
with the ldap configuration, but I have no clues where to start...

Any tips would be highly appreciated.

Thanks.

&lt;/pre&gt;</description>
    <dc:creator>Mehmet Giritli</dc:creator>
    <dc:date>2012-03-29T13:14:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.horde.turba/4964">
    <title>deleting LDAP entries fails: "VFS not supported for thisobject."</title>
    <link>http://comments.gmane.org/gmane.comp.horde.turba/4964</link>
    <description>&lt;pre&gt;Hi,

trying to delete a turba (version 3.0.12) contact results in the  
message "VFS not supported for this object." and the object is not  
deleted. The backend is OpenLDAP.

Changing preferences in conf.php from a) to b) does not make a difference.

a)
$conf['documents']['type'] = 'horde';

b)
$conf['documents']['params']['vfsroot'] = '/var/lib/horde4';
$conf['documents']['type'] = 'File';


&lt;/pre&gt;</description>
    <dc:creator>Bernhard Erdmann</dc:creator>
    <dc:date>2012-03-22T08:40:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.horde.turba/4957">
    <title>Questions on using HORDE address book . . .</title>
    <link>http://comments.gmane.org/gmane.comp.horde.turba/4957</link>
    <description>&lt;pre&gt;
1)      How does one add a tel. extension to a telephone number in the
address book?  What is the proper syntax?
2)      When I have Horde running and e-mails arrive, the sound
acknowledgement is not heard even though I can play it/test it and it is set
to play under "Global Options/Message Options/New Mail".  I use Furefox as
my default browser.
 
3)     Can I set e-mails in Horde to forward to my smart phone and at the
same time remain on Horde? If so, how?  
 
Thank you,
 
 
 
Mark R. Spengler
E-Mail:  &amp;lt;mailto:markrspengler&amp;lt; at &amp;gt;gmail.com&amp;gt; markrspengler&amp;lt; at &amp;gt;gmail.com
 
&lt;/pre&gt;</description>
    <dc:creator>Mark R. Spengler</dc:creator>
    <dc:date>2012-03-08T17:26:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.horde.turba/4956">
    <title>Error in address book</title>
    <link>http://comments.gmane.org/gmane.comp.horde.turba/4956</link>
    <description>&lt;pre&gt;When I send email, recipients of outgoing messages be added  
automatically to the address book, but show the popup error: "Invalid  
contacts: localsql" (save_recipients=enable AND  
add_source=localsql)... im using Horde (horde) 4.0.13, (imp) 5.0.18  
and (turba) 3.0.11.

An people can help me?
------------------------------------------------------
     Esse e-mail foi enviado pelo WebMail da UFF
NTi - Núcleo de Tecnologia da Informação e Comunicação


&lt;/pre&gt;</description>
    <dc:creator>Romulo Pires Pinto</dc:creator>
    <dc:date>2012-03-08T21:38:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.horde.turba/4955">
    <title>Autocomplete does not work with 3.0.12</title>
    <link>http://comments.gmane.org/gmane.comp.horde.turba/4955</link>
    <description>&lt;pre&gt;I am using a ldap backend addressbook and autocomplete with new message
composition's To field does not work. I can see that a query is made to
the ldap server, but no results are displayed by Turba.

I found bug http://bugs.horde.org/ticket/10961 which looked very similar
to my issue, except that I am using a ldap backend. I see that 3.0.12
included the fix for it, but I still have the problem. Could it be that
the problem is not entirely fixed?
&lt;/pre&gt;</description>
    <dc:creator>Mehmet Giritli</dc:creator>
    <dc:date>2012-03-04T12:55:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.horde.turba/4952">
    <title>Ticket 10557</title>
    <link>http://comments.gmane.org/gmane.comp.horde.turba/4952</link>
    <description>&lt;pre&gt;Hi

According to http://bugs.horde.org/ticket/10557 this bug was resolved
74 days ago, and yet my Turba version (3.0.11) still has this issue.

Simon
&lt;/pre&gt;</description>
    <dc:creator>Simon Brereton</dc:creator>
    <dc:date>2012-03-02T16:32:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.horde.turba/4949">
    <title>Adding additional fields to Turba on Kolab 2.3.4</title>
    <link>http://comments.gmane.org/gmane.comp.horde.turba/4949</link>
    <description>&lt;pre&gt;Hi all,

 

This is my first post to the Turba list, so for starters. hello everybody! J

 

I have 2 x Kolab installations running on the whole very satisfactorily. On
both I am running Horde 3 (as included with the community edition of Kolab)
and I am using z-push to sync with mostly Apple iPhones/iPads running IOS5.

 

I have some issues with address book syncing, and after studying the z-push
logs, decided Horde was missing some fields that the iPhone users are using.


So I've worked out what fields to add, and how to add them - seemingly by
modifying attributes.php and sources.php.

 

I've put together my full list of modifications, and I've added them to my
first Kolab server - which is v2.2.4. Initially it didn't work, until I
worked out that inside sources I also need to add my new fields to the
"tabs" array. Following that, the additional fields appeared inside Turba.

 

However. I made *exactly* the same mods to my Kolab 2.3.4 server, but Turba
has not recognised the change.

 

My (rather long winded question) is this. what am I missing?! Is there
something extra I need to do to make this work (since Kolab 2.2.4)?

 

If it helps, I've included exactly the mods I am making (in my own
shorthand, if it makes no sense!), but like I say - these worked fine on my
2.2.4 server.

 

Many thanks for any help received!


Regards,

Greg Conway.

 

 

 

add to sources.php -

 

AFTER&amp;gt; 'cellPhone'         =&amp;gt; 'mobile',

 

                    'pager'                              =&amp;gt; 'pager',

 

AFTER&amp;gt; 'homeCountry'       =&amp;gt; 'addr-home-country',

 

            'otherStreet'        =&amp;gt; 'addr-other-street',

            'otherCity'          =&amp;gt; 'addr-other-locality',

            'otherProvince'      =&amp;gt; 'addr-other-region',

            'otherPostalCode'    =&amp;gt; 'addr-other-postal-code',

            'otherCountry'       =&amp;gt; 'addr-other-country',

 

AFTER&amp;gt; 'homeCountry',

 

            'otherStreet',

            'otherCity',

            'otherProvince',

            'otherPostalCode',

            'otherCountry',

 

AFTER&amp;gt; 'cellPhone',

 

            'pager',

 

Rewrite -

 

                    'workCountry'),

to 

                    'workCountry', 'otherStreet', 'otherCity',
'otherProvince', 'otherPostalCode', 'otherCountry'),

 

 

Rewrite -

 

                    'cellPhone', 'fax', 'instantMessenger'),

to

                    'cellPhone', 'pager', 'fax', 'instantMessenger'),

 

&lt;/pre&gt;</description>
    <dc:creator>Greg Conway</dc:creator>
    <dc:date>2012-02-07T20:21:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.horde.turba/4948">
    <title>Fwd:  Extend LDAP-example</title>
    <link>http://comments.gmane.org/gmane.comp.horde.turba/4948</link>
    <description>&lt;pre&gt;

----- Forwarded message from Hanns Mattes &amp;lt;hanns&amp;lt; at &amp;gt;hannsmattes.de&amp;gt; -----
    Date: Tue, 07 Feb 2012 16:30:30 +0100
    From: Hanns Mattes &amp;lt;hanns&amp;lt; at &amp;gt;hannsmattes.de&amp;gt;
Subject: Re: [turba] Extend LDAP-example
      To: Michael J Rubinsky &amp;lt;mrubinsk&amp;lt; at &amp;gt;horde.org&amp;gt;

Am 07.02.2012 16:19, schrieb Michael J Rubinsky:

Yes, You're right:

'name' =&amp;gt; array(
           'fields' =&amp;gt; array('firstname', 'lastname'),
           'format' =&amp;gt; '%s %s',
           'attribute' =&amp;gt; 'cn'
              ),

is working.

Thank You.

Regards
Hanns

----- End forwarded message -----

&lt;/pre&gt;</description>
    <dc:creator>Michael J Rubinsky</dc:creator>
    <dc:date>2012-02-07T15:37:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.horde.turba/4937">
    <title>turba, ldap and activesync</title>
    <link>http://comments.gmane.org/gmane.comp.horde.turba/4937</link>
    <description>&lt;pre&gt;Hi,

I've configured turba with a ldap-addressbook for the users to store
their contacts, which is working fine. I've used the example from
backends.php.

After synching the contacts with a Galaxy Nexus I see, that only parts
of the contact-data are transmitted, some address-data, the first name
etc. is missing. For a test, I've activated a locals sql-addressbook,
which synced perfectly.

I think, I have to modify/extend the ldap-Entry in backends.local.php.
Any advice (or a working example) appreciated.

Regards Hanns
&lt;/pre&gt;</description>
    <dc:creator>Hanns Mattes</dc:creator>
    <dc:date>2012-01-31T14:55:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.horde.turba/4934">
    <title>Tons of PHP ERROR about indexes</title>
    <link>http://comments.gmane.org/gmane.comp.horde.turba/4934</link>
    <description>&lt;pre&gt;Hello,

I am trying to get rid of large quantities of such errors, and don't know
what to do. PHP which was logging such messages as NOTICE is logging as
ERROR.
The traces appear with autocompletion (which is working by the way)
Can we do something to avoid that?

Thanks

Dom

Jan 31 09:06:40 horde41 HORDE: [turba] PHP ERROR: Undefined index: fields
[pid 13478 on line 102 of "/var/www/horde/turba/lib/Object.php"]
Jan 31 09:06:40 horde41 HORDE: [turba] PHP ERROR: Invalid argument supplied
for foreach() [pid 13478 on line 102 of
"/var/www/horde/turba/lib/Object.php"]
Jan 31 09:06:40 horde41 HORDE: [turba] PHP ERROR: Undefined index: format
[pid 13478 on line 105 of "/var/www/horde/turba/lib/Object.php"]
Jan 31 09:06:40 horde41 HORDE: [turba] PHP ERROR: Undefined index: fields
[pid 13478 on line 102 of "/var/www/horde/turba/lib/Object.php"]
Jan 31 09:06:40 horde41 HORDE: [turba] PHP ERROR: Invalid argument supplied
for foreach() [pid 13478 on line 102 of
"/var/www/horde/turba/lib/Object.php"]
Jan 31 09:06:40 horde41 HORDE: [turba] PHP ERROR: Undefined index: format
[pid 13478 on line 105 of "/var/www/horde/turba/lib/Object.php"]
Jan 31 09:06:40 horde41 HORDE: [turba] PHP ERROR: Undefined index: fields
[pid 13478 on line 102 of "/var/www/horde/turba/lib/Object.php"]
Jan 31 09:06:40 horde41 HORDE: [turba] PHP ERROR: Invalid argument supplied
for foreach() [pid 13478 on line 102 of
"/var/www/horde/turba/lib/Object.php"]
Jan 31 09:06:40 horde41 HORDE: [turba] PHP ERROR: Undefined index: format
[pid 13478 on line 105 of "/var/www/horde/turba/lib/Object.php"]



&lt;/pre&gt;</description>
    <dc:creator>LALOT Dominique</dc:creator>
    <dc:date>2012-01-31T08:11:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.horde.turba/4933">
    <title>Turba H4 (3.0.11) (final)</title>
    <link>http://comments.gmane.org/gmane.comp.horde.turba/4933</link>
    <description>&lt;pre&gt;The Horde Team is pleased to announce the final release of the Turba Contact
Manager version H4 (3.0.11).

Turba is the Horde contact management application. Leveraging the Horde
framework to provide seamless integration with IMP and other Horde
applications, it supports storing contacts in SQL, LDAP, Kolab, and IMSP
address books. For more information on Turba, visit
http://www.horde.org/apps/turba.

The major changes compared to the Turba version H4 (3.0.10) are:
     * Improved vCard compatibility.
     * Updated Japanese translation.

The full list of changes can be viewed here:

https://github.com/horde/horde/blob/b4899ea96975865a89e1ac45cb79be8f6d005bcf/turba/docs/CHANGES

Have fun!

The Horde Team.
&lt;/pre&gt;</description>
    <dc:creator>Jan Schneider</dc:creator>
    <dc:date>2012-01-17T12:22:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.horde.turba/4927">
    <title>Turba migration</title>
    <link>http://comments.gmane.org/gmane.comp.horde.turba/4927</link>
    <description>&lt;pre&gt;Dear all,

I've migrated our server and I then installed a new version of Horde, 
IMP and Turba. As I did not an upgrade of packages I had to perform the 
database modifications manually, which has been done.

So, now, a user can get the list of his contacts but when he clicks on a 
contact he's getting: "The contact you requested does not exist".

I tried to debug and the problems occures in the file turba/contact.php:

$vars = Variables::getDefaultVariables();
$source = $vars-&amp;gt;get('source');
if (!isset($GLOBALS['cfgSources'][$source]))

And so, $GLOBALS['cfgSources'][$source] is not set and it doesn't go 
further.

Anyone would have any idea ?

Additionnaly I had to change the value of object_type column from 
'Object' to 'Group' so that the contacts can be accessible.

Any help will be really appreciated.
Kind regards
&lt;/pre&gt;</description>
    <dc:creator>Alexis Domjan</dc:creator>
    <dc:date>2012-01-11T13:52:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.horde.turba/4925">
    <title>LDAP address book.</title>
    <link>http://comments.gmane.org/gmane.comp.horde.turba/4925</link>
    <description>&lt;pre&gt;Dear List,

I am testing Horde Groupware Webmail Edition 4.0.4 in Traditional View.

Under Horde Portal Contact Search option, everything works fine when  
LDAP map __key points to cn (default).  ie. after searching for  
contact from LDAP, if I click on view contact, it shows the details in  
Turba.

I had earlier reported one bug:  http://bugs.horde.org/ticket/8986 and  
I wanted to see, if that problem still exists.  So, Now, I have  
changed __key to mail.


      'map' =&amp;gt; array(
          '__key' =&amp;gt; 'mail',

Search works fine, but, if I click on the link provided to view  
contact, I get 'No results'.

Is this a bug? But, I have a feeling, my old bug 8986 might have been  
solved as search continues to work even when I change the key.

Please update me on this.

&lt;/pre&gt;</description>
    <dc:creator>ANANT S ATHAVALE</dc:creator>
    <dc:date>2011-12-09T10:30:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.horde.turba/4921">
    <title>Choose which address books to use - locked preference.</title>
    <link>http://comments.gmane.org/gmane.comp.horde.turba/4921</link>
    <description>&lt;pre&gt;Dear List,

I have locked the preference, by writing the following lines in  
prefs.local.php

$_prefs['addressbooks']['locked'] = true;
$_prefs['addressbooks']['value'] = json_encode(array('localsql',  
'localldap','favourites'));
$_prefs['default_dir']['locked'] = true;
$_prefs['default_dir']['value'] = 'localsql';


But, even after that, If I open preferences option, I see the following in

Address Books
     Choose which address books to use.

Though, I am not allowed to change any settings. I just want to know,  
whether displaying itself is right or not (as options are locked).

&lt;/pre&gt;</description>
    <dc:creator>ANANT S ATHAVALE</dc:creator>
    <dc:date>2011-12-08T04:03:13</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.horde.turba">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.horde.turba</link>
  </textinput>
</rdf:RDF>

