On Thu, 12 Feb 2009 13:24:07 -0200, Juliano Souza - TI
<jsouza@bembandeirante.com.br> wrote:
If i had a uid without email, and it is normal here, cause we users
that are auth by ldap but not have mail yet.
When I search a user that not have mail, it's show to me:
"John Doe" ,
I read about required_fields, and I put
'required_fields' => array('cn', 'sn', 'mail'),
but still show John Doe without mail.
How can I turn "John doe" invisible to roundcube if not have a mail?
Try using the option 'filter'. I'm not familiar with LDAP filtering,
but it might be something like this:
'filter' => 'mail=*@*', // used for basic listing (if not empty)