<html><body><div>Hallo zusammen, <br><br>ich wende mich wieder an euch da ich keine vernünftigen Infos finde. <br>Wie kann ich das Globale Adressbuch abschalten?<br><br>Nach diversen suchen und probieren bin ich soweit gekommen das es nicht mehr angezeigt wird. <br>Jedoch funktioniert die Autocomplete funktion nicht mehr richtig. <br><br>Ich bekomme nur noch eine Adresse pro Kontakt angezeigt. Meine Anpassungen habe ich in der Datei:<br>/etc/roundcubemail/config.inc.php gemacht.<br><br><br>===================================================================================<br><br><span style="font-size: 12px; color: rgb(27, 173, 248);">    $config['address_book_type'] = 'ldap';</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">    $config['autocomplete_min_length'] = 3;</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">    $config['autocomplete_threads'] = 0;</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">    $config['autocomplete_max'] = 15;</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">/*    $config['ldap_public'] = array(</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">            'kolab_addressbook' => array(</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'name'                      => 'Global Address Book',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'hosts'                     => Array('localhost'),</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'port'                      => 389,</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'use_tls'                   => false,</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'base_dn'                   => 'ou=People,dc=XXXXXXXXXXX,dc=de',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'user_specific'             => true,</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'bind_dn'                   => '%dn',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'bind_pass'                 => '',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'search_base_dn'            => 'ou=People,dc=XXXXXXXX,dc=de',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'search_bind_dn'            => 'uid=kolab-service,ou=Special Users,dc=XXXXXXXXX,dc=de',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'search_bind_pw'            => 'XXXXXXXXXXXXXXXX',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'search_filter'             => '(&(objectClass=inetOrgPerson)(mail=%fu))',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'writable'                  => false,</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'LDAP_Object_Classes'       => array("top", "inetOrgPerson"),</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'required_fields'           => array("cn", "sn", "mail"),</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'LDAP_rdn'                  => 'uid',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'ldap_version'              => 3,       // using LDAPv3</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'search_fields'             => array('displayname', 'mail'),</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'sort'                      => array('displayname', 'sn', 'givenname', 'cn'),</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'scope'                     => 'sub',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'filter'                    => '(objectClass=inetOrgPerson)',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'vlv'                       => false,</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'vlv_search'                => false,</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'fuzzy_search'              => true,</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'sizelimit'                 => '0',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'timelimit'                 => '0',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'fieldmap'                  => Array(</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                            // Roundcube        => LDAP</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                            'name'              => 'displayName',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                            'surname'           => 'sn',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                            'firstname'         => 'givenName',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                            'middlename'        => 'initials',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                            'prefix'            => 'title',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                            'email:primary'     => 'mail',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                            'email:alias'       => 'alias',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                            'email:personal'    => 'mailalternateaddress',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                            'phone:main'        => 'telephoneNumber',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                            'phone:work'        => 'alternateTelephoneNumber',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                            'phone:mobile'      => 'mobile',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                            'phone:work2'       => 'blackberry',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                            'jobtitle'          => 'title',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                            'manager'           => 'manager',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                            'assistant'         => 'secretary',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                            'photo'             => 'jpegphoto'</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                        ),</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                    'groups'                    => Array(</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                            'base_dn'           => 'ou=Groups,dc=XXXXXXXXXXX,dc=de',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                            'filter'            => '(&' . '(|(objectclass=groupofuniquenames)(objectclass=groupofurls))' . '(mail=*))',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                            'object_classes'    => Array("top", "groupOfUniqueNames"),</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                            'member_attr'       => 'uniqueMember',</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                        ),</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">                ),</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">        );</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">*/</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">    $config['autocomplete_addressbooks'] = Array(</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">//            'kolab_addressbook'</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">        ''</span><br><span style="font-size: 12px; color: rgb(27, 173, 248);">        );</span><br>======================================================================================================<br> <br><br>Vielen Dank für eure Tipps.....<br><br>Sven<br><br><br></div><div><pre style="font-family: 'Helvetica Neue', Helvetica, sans-serif; font-size: 15px; white-space: pre-wrap; word-wrap: break-word;" data-mce-style="font-family: 'Helvetica Neue', Helvetica, sans-serif; font-size: 15px; white-space: pre-wrap; word-wrap: break-word;">Von iCloud gesendet</pre></div></body></html>