I think that is defined in the defaults file.  I'll check when I get into work tomorrow.  Unless that's supposed to be part of the array I pasted.  I'll give that a look tomorrow too.

Thanks

On 1/25/2020 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