Est unusquisque faber ipsae suae fortunae
Est unusquisque faber ipsae suae fortunae
I have been working on an intranet project that connects directly to the companies AD. Problem is that the domain controller is on a Microsoft Small Business Server 2003 server and where the connection string of
LDAP://domain.local/CN=Users,DC=domain,DC=local
will work on a normal enterprise or standard server 2003 installation, on SBS it will not. On SBS2003 things are set up a little differently.
LDAP://domain.local/OU=SBSUsers,OU=Users,OU=MyBusiness,DC=domain,DC=local
Embarrassingly, it took me WAY too long to figure that out.