Re: [SOGo] ldap filter problem (mail=*)

2011-12-22 Thread Jean Raby
On 11-12-13 2:02 PM, Ben Luey wrote: attribute mail , like: filter = "(objectClass=uidObject and mail=* )"; This works great for me: filter (objectClass='PostfixBookMailAccount' AND mailEnabled='TRUE' AND sogoEnabled='TRUE') Right, I believe the problem is the '*' wildcard I'm using. If th

Re: [SOGo] ldap filter problem (mail=*)

2011-12-13 Thread Ben Luey
attribute mail , like: filter = "(objectClass=uidObject and mail=* )"; This works great for me: filter (objectClass='PostfixBookMailAccount' AND mailEnabled='TRUE' AND sogoEnabled='TRUE') Right, I believe the problem is the '*' wildcard I'm using. If there is another way

Re: [SOGo] ldap filter problem (mail=*)

2011-12-13 Thread Patrick Ben Koetter
* Ben Luey : > I want to filter out which ldap accounts have access to sogo. Under > t SogoUserSources in GNUstepDefaults, I have the line > > filter = "(objectClass=uidObject )"; > > and that works great. But I want to filter on the existence of the > attribute mail , like: > > filter = "(objec

[SOGo] ldap filter problem (mail=*)

2011-12-13 Thread Ben Luey
I want to filter out which ldap accounts have access to sogo. Under t SogoUserSources in GNUstepDefaults, I have the line filter = "(objectClass=uidObject )"; and that works great. But I want to filter on the existence of the attribute mail , like: filter = "(objectClass=uidObject and mail=*