[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Unable to do a search
I tried to do a search:
ldapsearch -H ldaps:/// -x -D "cn=admin,dc=test,dc=com" -W
"accountStatus=active"
but it gives me nothing. I've tried "accountStatus=*a*" and it doesn't work
either. But when I do a "accountStatus=*", it retrieves all the active
accounts (which is correct).
So I guess, this isn't an ACL matter, moreover I'm using rootdn to
authenticate. Some attributes such as "uid","mail" is ok, but others, such
as "scriptPath",accountStatus","mailQuota" can't.
Can anyone explain why is this happening?