Date: Mon, 19 Jan 2009 10:53:58 +0700 (ICT) From: Olivier Nicole <on@cs.ait.ac.th> To: jhall@socket.net Cc: freebsd-questions@freebsd.org Subject: Re: ldapsearch question Message-ID: <200901190353.n0J3rwFX083175@banyan.cs.ait.ac.th> In-Reply-To: <C73DF42B-1235-4671-B9D0-FC112C4D9504@socket.net> (message from Jay Hall on Sun, 18 Jan 2009 21:44:45 -0600) References: <C73DF42B-1235-4671-B9D0-FC112C4D9504@socket.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, > I think my search is incorrect, and I am searching for the mail > attribute being null. That's right, (!(mail=*)) means everything where mail is null. You would like to search for mail=*, meaning everything where mail is not null. Bests, Olivier
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901190353.n0J3rwFX083175>