0

We have to support a few networks that have their own Active Directory/File Server. This same company will have Sharepoint and Office Communication Server hosted (for example). Is there any simple way to have the local AD login to the hosted server for users?

Tobu
  • 4,367
  • 1
  • 23
  • 31
mattlandis
  • 167
  • 3
  • 9
  • Can you provide more detail about the hosting? Is it a datacenter with their own servers or somewhere out in the 'Cloud'? – ITGuy24 Feb 12 '10 at 20:58

1 Answers1

1

The simple way is to establish a trust with the hosting provider so SharePoint can just use the out of the box stuff to authenticate / authorize the users.

If that is not an option then you can move to the next step which would involve setting up Forms Based Authentication and an ASP.Net membership provider to your AD via LDAP.

Jeff
  • 1,008
  • 1
  • 10
  • 14