Hi,
I have a intranetsite running where I use singlesignon to check if users can enter the site or not. I have everything working...connecting to the Active Directory(AD) server, binding to the AD server and searching the AD server.
But I have a little problem with searching. I can't search from the basedn. If my base_dn = 'OU=test ou, DC=cs, DC=bsc, DC=local' I can find my users who are in 'OU=test ou'. But I have users in other OU's so I want to search from the basedn. But when I use base_dn = 'DC=cs, DC=bsc, DC=local' I get no results returned.
What's happening here? Is it a permission thing? The user that binds to the AD server is a Domain user. It's a windows 2003 machine.
HELP!