Chris Whittle:
1(&(objectClass=user)(mail=*))
Any ideas?
try this
(&(objectClass=user)(!(mail=* *)))
should ignore any mail addresses containing a space
(&(objectClass=user)(!(mail=* *)) ((mail=*)))
should return users with a mail attribute set but not containing space
hth
Hubert
Please sign in to flag this as inappropriate.