Aleksander,
    That was exactly it!  Thank you!  I should have looked at where that pesky closing ); was in the defaults file.  Address book and autocomplete work exactly as desired.

Thanks,
Jason

On 1/25/20 1:38 AM, Aleksander Machniak wrote:
On 24.01.2020 20:32, Jason P. Thomas wrote:

$config['ldap_public']['public'] = array(
     'name'            => 'Company LDAP',
     'hosts'           => array('ldap.mycompany.com'),
     'ldap_version'    => 3,
     'port'            => 389,
     'network_timeout' => 10,
//    'user_specific'   => true,
     'base_dn'         => 'ou=People,dc=mycompany,dc=com',
     'bind_dn'         => 'uid=dovecot,ou=People,dc=mycompany,dc=com',
     'bind_pass'       => 'supersecretpasswd',
     'filter'          => '(gidNumber=12345678)',
There's no default fieldmap, so you have to define 'fieldmap' here.

_______________________________________________
Roundcube Users mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to