<?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://permalink.gmane.org/gmane.comp.horde.turba/4994"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.turba/4993"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.turba/4992"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.turba/4990"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.turba/4989"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.turba/4988"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.turba/4987"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.turba/4986"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.turba/4985"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.turba/4984"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.turba/4983"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.turba/4982"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.turba/4981"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.turba/4980"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.turba/4979"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.turba/4978"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.turba/4977"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.turba/4976"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.turba/4975"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.turba/4974"/>
      </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://permalink.gmane.org/gmane.comp.horde.turba/4994">
    <title>Localsql not listed</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.comp.horde.turba/4993">
    <title>Localsql not listed</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.comp.horde.turba/4992">
    <title>Localsql not listed</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.comp.horde.turba/4990">
    <title>Re: (no subject)</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.turba/4990</link>
    <description>&lt;pre&gt;
Zitat von Rodrigo Abantes Antunes &amp;lt;rodrigoantunes&amp;lt; at &amp;gt;pelotas.ifsul.edu.br&amp;gt;:


There is no property access in that line in any recent Turba version.

&lt;/pre&gt;</description>
    <dc:creator>Jan Schneider</dc:creator>
    <dc:date>2012-04-05T13:19:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.turba/4989">
    <title>(no subject)</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.comp.horde.turba/4988">
    <title>Re: Turba doesn't allow localhost email addresses</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.turba/4988</link>
    <description>&lt;pre&gt;
Zitat von Ralf Lang &amp;lt;lang&amp;lt; at &amp;gt;b1-systems.de&amp;gt;:


I think we should leave it. PHP's FILTER_VALIDATE_EMAIL doesn't allow  
them either, and I can see us using that instead of a userland PHP  
validator.

&lt;/pre&gt;</description>
    <dc:creator>Jan Schneider</dc:creator>
    <dc:date>2012-04-02T22:13:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.turba/4987">
    <title>Turba doesn't allow localhost email addresses</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.comp.horde.turba/4986">
    <title>Totals for contacts in the address book?</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.comp.horde.turba/4985">
    <title>Re: Localsql not listed</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.turba/4985</link>
    <description>&lt;pre&gt;
Do you mean using

'use_shares' =&amp;gt; true,

with

$cfgSources['localsql'] = array(

?


If so, that is what is in the example in backends.php . Should the 
source be called something other than localsql ?





&amp;lt;snip&amp;gt;
&lt;/pre&gt;</description>
    <dc:creator>Patrick Boutilier</dc:creator>
    <dc:date>2012-03-31T12:55:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.turba/4984">
    <title>Re: Localsql not listed</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.turba/4984</link>
    <description>&lt;pre&gt;
Quoting Francine.Bolduc&amp;lt; at &amp;gt;ti.csaffluents.qc.ca:


Did you check the user preference like I suggested?

&lt;/pre&gt;</description>
    <dc:creator>Michael J Rubinsky</dc:creator>
    <dc:date>2012-03-30T20:38:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.turba/4983">
    <title>Re: Localsql not listed</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.turba/4983</link>
    <description>&lt;pre&gt;Zitat von Francine.Bolduc&amp;lt; at &amp;gt;ti.csaffluents.qc.ca:


Here is backends code....

        'map' =&amp;gt; array(
        '__key' =&amp;gt; 'object_id',
        '__owner' =&amp;gt; 'owner_id',
        '__type' =&amp;gt; 'object_type',
        '__members' =&amp;gt; 'object_members',
        '__uid' =&amp;gt; 'object_uid',
        'name' =&amp;gt; 'object_name',
        'email' =&amp;gt; 'object_email',
        'homeAddress' =&amp;gt; 'object_homeaddress',
        'workAddress' =&amp;gt; 'object_workaddress',
        'homePhone' =&amp;gt; 'object_homephone',
        'workPhone' =&amp;gt; 'object_workphone',
        'cellPhone' =&amp;gt; 'object_cellphone',
        'fax' =&amp;gt; 'object_fax',
        'title' =&amp;gt; 'object_title',
        'company' =&amp;gt; 'object_company',
        'notes' =&amp;gt; 'object_notes',
        'pgpPublicKey' =&amp;gt; 'object_pgppublickey',
        'smimePublicKey' =&amp;gt; 'object_smimepublickey',
        'freebusyUrl' =&amp;gt; 'object_freebusyurl'

    ),
    'search' =&amp;gt; array(
        'name',
        'email'
    ),
    'strict' =&amp;gt; array(
        'object_id',
        'owner_id',
        'object_type',
    ),
    'use_shares' =&amp;gt; false,
    'browse' =&amp;gt; true,
    'export' =&amp;gt; true




"etc" is actually the important point. If you use shares, "localsql" 
is not a valid address book name.


Here is backends code....

 'map' =&amp;gt; array(
        '__key' =&amp;gt; 'dn',
        'name' =&amp;gt; 'displayName',
        'email' =&amp;gt; 'mail',
        'title' =&amp;gt; 'title',
        'company' =&amp;gt; 'l',
        'workAddress' =&amp;gt; 'departmentNumber'
    ),
    'search' =&amp;gt; array(
        'name',
        'email',
        'company',
        'workAddress'
    ),
    'strict' =&amp;gt; array(
        'dn'
    ),
    'browse' =&amp;gt; false,
    'export' =&amp;gt; false


 
Here is backends code....

   'map' =&amp;gt; array(
        '__key' =&amp;gt; 'dn',
        'name' =&amp;gt; 'displayName',
        'email' =&amp;gt; 'mail',
        'title' =&amp;gt; 'title',
        'group' =&amp;gt; 'businessCategory',
        'workAddress' =&amp;gt; 'departmentNumber'
    ),
    'search' =&amp;gt; array(
        'name',
        'email',
    ),
    'strict' =&amp;gt; array(
        'dn'
    ),
    'browse' =&amp;gt; false,
    'export' =&amp;gt; false


And now, my prefs file :


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

$_prefs['sync_books'] = array(
    'value' =&amp;gt; 'a:0:{}',
    'type' =&amp;gt; 'multienum',
    'desc' =&amp;gt; _("Select the address books that should be used for 
synchronization with external devices:"),
);

$_prefs['columnselect'] = array(
    'locked' =&amp;gt; true,
    'type' =&amp;gt; 'special'
);

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

Can you find what's wrong ?

Thanks a lot.


Francine


&lt;/pre&gt;</description>
    <dc:creator>Francine.Bolduc&lt; at &gt;ti.csaffluents.qc.ca</dc:creator>
    <dc:date>2012-03-30T20:02:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.turba/4982">
    <title>Re: No alphabetical categorisation for certain ldap backends</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.turba/4982</link>
    <description>&lt;pre&gt;
Okay, this solved it. Didn't know that contacts per page affected pager
visibility. Thanks a lot.

When you mentioned size before, I thought you meant that if it is too
big, pager won't be shown. Apparently, you meant completely the other
way around...Sorry about that.



&lt;/pre&gt;</description>
    <dc:creator>Mehmet Giritli</dc:creator>
    <dc:date>2012-03-30T16:50:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.turba/4981">
    <title>Re: No alphabetical categorisation for certain ldap backends</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.turba/4981</link>
    <description>&lt;pre&gt;
Zitat von Mehmet Giritli &amp;lt;mgiritli&amp;lt; at &amp;gt;giritli.eu&amp;gt;:


And which of those is showing which behavior?

I checked again, and the pager is indeed only hidden if the size of  
the address book is smaller than the contacts-per-page preference.
If this doesn't align with the *actual* sizes of your address books,  
then the determination of your address book sizes is broken.


&lt;/pre&gt;</description>
    <dc:creator>Jan Schneider</dc:creator>
    <dc:date>2012-03-30T16:38:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.turba/4980">
    <title>Re: Localsql not listed</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.turba/4980</link>
    <description>&lt;pre&gt;
Zitat von Francine.Bolduc&amp;lt; at &amp;gt;ti.csaffluents.qc.ca:


"etc" is actually the important point. If you use shares, "localsql"  
is not a valid address book name.


&lt;/pre&gt;</description>
    <dc:creator>Jan Schneider</dc:creator>
    <dc:date>2012-03-30T16:28:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.turba/4979">
    <title>Re: No alphabetical categorisation for certain ldap backends</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.turba/4979</link>
    <description>&lt;pre&gt;
Okay. I have two address books, lets say A and B. They are pointing to
the different root levels in the same ldap server. For example root for
A is "dc=host,dc=example,dc=com" and root for B is
"dc=organisation,dc=host,dc=example,dc=com". The scope of A is "sub". So
basically A strictly contains B: It contains B plus some other records
that are only in the root level of A and not inside B.

So, the size of address book A is bigger than B.



I just checked and the html tag is closed. I also compared the two pages
with the address book that works and the one that doesn't. The complete
div block is missing. (In the source it is named "turbaPager"). It is
not generated at all...



&lt;/pre&gt;</description>
    <dc:creator>Mehmet Giritli</dc:creator>
    <dc:date>2012-03-30T16:08:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.turba/4978">
    <title>Re: Localsql not listed</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.turba/4978</link>
    <description>&lt;pre&gt;
Quoting Francine.Bolduc&amp;lt; at &amp;gt;ti.csaffluents.qc.ca:


Check your address book prefs. Make sure that the address book that is  
missing is included in the 'address books' pref.


&lt;/pre&gt;</description>
    <dc:creator>Michael J Rubinsky</dc:creator>
    <dc:date>2012-03-30T15:59:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.turba/4977">
    <title>Re: No alphabetical categorisation for certain ldap backends</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.turba/4977</link>
    <description>&lt;pre&gt;
Zitat von Mehmet Giritli &amp;lt;mgiritli&amp;lt; at &amp;gt;giritli.eu&amp;gt;:


You did. :) I lost you completely. Can you provide some examples instead?


No. Though you should check if maybe the bar only disappears because  
the page output stops, due to a fatal PHP error. Is the page source  
correctly closed?


&lt;/pre&gt;</description>
    <dc:creator>Jan Schneider</dc:creator>
    <dc:date>2012-03-30T15:47:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.turba/4976">
    <title>Localsql not listed</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.comp.horde.turba/4975">
    <title>Re: No alphabetical categorisation for certain ldap backends</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.turba/4975</link>
    <description>&lt;pre&gt;
The address book which is working is the parent of the one which is not
working in the ldap hierarchy. Thus, size can not possibly be the
problem. In other words, I can see all the contacts from the address
book which is not working inside the one which is working and there are
some more contacts which only belong to the address book which is
working. The one which is working is strictly bigger that the one which
is not. I hope I didn't make it more complicated than it sounds...

Anyway, any other tips? There must be something else which can possibly
cause the disappearance of the alphabet bar...

By the way, could this log entry be related?

WARN: HORDE [turba] PHP ERROR: htmlspecialchars() expects parameter 1 to
be string, array given [pid 2585 on line 83 of
"/var/www/horde4/turba/templates/browse/row.inc"]




&lt;/pre&gt;</description>
    <dc:creator>Mehmet Giritli</dc:creator>
    <dc:date>2012-03-30T15:20:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.turba/4974">
    <title>Re: No alphabetical categorisation for certain ldap backends</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.turba/4974</link>
    <description>&lt;pre&gt;
Zitat von Mehmet Giritli &amp;lt;mgiritli&amp;lt; at &amp;gt;giritli.eu&amp;gt;:


The size of the address book.


&lt;/pre&gt;</description>
    <dc:creator>Jan Schneider</dc:creator>
    <dc:date>2012-03-29T13:40:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.turba/4973">
    <title>No alphabetical categorisation for certain ldap backends</title>
    <link>http://permalink.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>
  <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>

