On Thu, Jan 27, 2011 at 11:35:29AM +0100, Jan-Frode Myklebust wrote:
> > 
> > Enhancements
> >  * the new parameter SearchFieldNames allows to specify which LDAP fields 
> > to query when filtering contacts
> > 
> 
> I'm having problems getting this working. I have configured it with:
> 
>       defaults write sogod SearchFieldNames '("mail", "cn")'

RTFM.. page 18, this is in the SOGoUserSources setting.. and now it
works much better. It's still searching for a bit more than I told it
to:

        filter="(|(givenName=janfrode*)(mail=janfrode*)(cn=janfrode*))"

even though my SOGoUserSources doesn't contain givenName:

                <key>SearchFieldNames</key>
                <array>
                        <string>mail</string>
                        <string>cn</string>
                </array>

but things seems to be working much better.


  -jf
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to