retrieving a private Contact List works fine:
ldapsearch -x -h MyHost -z 0 -LLL -D "cn=First Second,o=Scalix" -b'o=MyContacts' -wMyPass
I setup a public contact list (using Outlook 2003): New->Folder->Name=GlobalContacts, Folder contains=Contact Items and placed this in the "public folder"
That works fine for all accounts (except that Outlook crashes when using the first time: Tools->Addressbook->GlobalContacts - but that's not the problem

What i like to do is retrieving this contact list through ldapsearch (i have to use ldapsearch from openldap as this query runs on a different system). So i tried:
ldapsearch -x -h MyHost -z 0 -LLL -D "cn=First Second,o=Scalix" -b'o=GlobalContacts' -wMyPass
ldapsearch -x -h MyHost -z 0 -LLL -D "cn=sxadmin,o=Scalix" -b'o=GlobalContacts' -wSXPass
Both are only returning the global address-book (the Scalix registered users)
Any hint how i should enter my search criteria for such a global contact list?
thanks in advance
Thomas