[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: openldap search question...
At 03:40 PM 2001-10-22, anish sheth wrote:
>following search query using ldapsearch does not return anything.
># /usr/local/bin/ldapsearch -P 3 -x -LLL -S "" -b "ou=Users,o=cisco.com" -h 1.7.57.12 -p 8404 "objectClass=ciscoocUser"
>and if I use following search command, I am able to get this entry.
># /usr/local/bin/ldapsearch -P 3 -x -LLL -S "" -b "ou=Users,o=cisco.com" -h 1.7.57.12 -p 8404
Likely the first filter evaluates to Undefined and hence
treated as False. I would guess that ciscoocUser is not
defined object class.