Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2009 21:44:45 -0600
From:      Jay Hall <jhall@socket.net>
To:        freebsd-questions@freebsd.org
Subject:   ldapsearch question
Message-ID:  <C73DF42B-1235-4671-B9D0-FC112C4D9504@socket.net>

next in thread | raw e-mail | index | archive | help
I am running the following against an Active Directory server.

ldapsearch -D "cn=admin_user,cn=users,dc=xx,dc=com" -x -w "password" - 
h 10.129.10.42 -p 3268 -b 'dc=abc,dc=com' -s sub '(! 
(objectclass=computer))' '(!(mail=*))' dn mail

I am trying to return only objects for which the mail attribute is  
defined.  I think my search is incorrect, and I am searching for the  
mail attribute being null.

Any suggestions would be greatly appreciated.

Thanks,


Jay




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C73DF42B-1235-4671-B9D0-FC112C4D9504>