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.

-- 
Aleksander Machniak
Kolab Groupware Developer        [https://kolab.org]
Roundcube Webmail Developer  [https://roundcube.net]
----------------------------------------------------
PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
_______________________________________________
Roundcube Users mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to