Hello All,
I am trying to do some exciting stuff that I have posted about elsewhere. What this post is about is that I am having an issue searching LDAP. The issue is that I can't seem to get it to work at all. I know it is working, because I can go to SWA and entries from the SYSTEM directory show up. And I can use omsearch just fine. But I can't get ldapsearch or omldapsearch to work at all. Here are some typical examples:
public:/opt/scalix/bin# ./omldapsearch *
ldap_search: Bad search filter
public:/opt/scalix/bin# ./omldapsearch cn=*
ldap_search: No such object
public:/opt/scalix/bin# ./omldapsearch '(cn=*)'
ldap_search: No such object
public:/opt/scalix/bin# ./omldapsearch '(cn=*)' cn=*
ldap_search: No such object
public:/opt/scalix/bin# ./omldapsearch -w somepassword -v -D "cn=sxadmin" cn=*
ldap_bind: Invalid credentials
And yes, I actually used the real password, the one that works for omlogon.
Any help would be appreciated!
James