Would it be hard to setup a paging feature in global address book, pulling one page of let us say 50 users and then go from there. That way you can see A's and B's for example and go search for specific entry or just page down the line. Also, it might be nice to cache the ldap address book on the startup of the app thus avoid pulling the data all the time. In that case search still can be done on live data but cached whole thing is available for display from memory. i would think that most of the cases are smaller ldap installation and not 10K user bases. --sasha
On Sun, Jul 22, 2012 at 3:15 PM, Martin Seener <[email protected]> wrote: > its normal behaviour. when u have ldap with 10.000 of entries u will have to > wait. therefore nothing is shown by default. but u can type a dot in the > search field to let all be shown ;) > > Sent from my iPad > > On 22.07.2012, at 20:53, Alexander Pfeiffer > <[email protected]> wrote: > > dear sogo and iredmail users, > > i have sogo 1.3.16 installed on top of iredmail 0.8.1 (ldap backend) on > ubuntu 12.04 and it works very well despite the fact that the Gloabl LDAP > Addressbook is displayed empty in SOGo Webinterface and in TB (10.0.6 esr). > > anyone succeeded in having a populated ldap addressbook? i would be > interested in the setup in Gnustepdefaults file. > > here is how i have it configured: > > <dict> > > <key>CNFieldName</key> > <string>cn</string> > <key>IDFieldName</key> > <string>mail</string> > <key>UIDFieldName</key> > <string>uid</string> > <key>baseDN</key> > <string>o=domains,dc=mydomain,dc=de</string> > <key>bindDN</key> > <string>cn=Manager,dc=mydomain,dc=de</string> > <key>bindFields</key> > <string>mail</string> > <key>bindPassword</key> > <string>Manager secret password</string> > <key>canAuthenticate</key> > <string>YES</string> > <key>displayName</key> > <string>Global LDAP Addressbook</string> > <key>hostname</key> > <string>localhost</string> > <key>id</key> > <string>public</string> > <key>isAddressBook</key> > <string>YES</string> > <key>port</key> > <string>389</string> > <key>scope</key> > <string>sub</string> > > </dict> > > thanks for your help. > > best, alex > > > -- > dipl.-ing. alexander pfeiffer architekt > mail: [email protected] -- Aleksandar Kacanski -- [email protected] https://inverse.ca/sogo/lists
