How do I host multiple independent, secured SharePoint sites (WSS 3.0) without using Active Directory on the same server?
Posted
by
Kyle Noland
on Server Fault
See other posts from Server Fault
or by Kyle Noland
Published on 2009-10-05T15:21:50Z
Indexed on
2012/06/01
4:43 UTC
Read the original article
Hit count: 530
I have a SharePoint site set up on one of my networks to service Active Directory users. To be clear, this is a Windows SharePoint Services 3.0 installation running on Windows Server 2003 Standard. It is not an option to upgrade the server or SharePoint version.
Management would like to create several new sites, one for each of a handful of clients. These sites will be used like "dropboxes" or FTP sites so that my company can make large files available to outside contacts, and vice versa.
Here are my requirements:
- I do not want to have to create Active Directory accounts for each external contact.
- If possible, I would like to store the external usernames and passwords in a database that I can write a small GUI for so that management can handle adding their own external contacts.
- Each client site must be sandboxed from each other and from my main company SharePoint site.
- I would like to keep everything running on port 80 and be able to access the sites as either clientname.mycompany.com or www.mycompany.com/clientname
If anybody has ever done this I would really appreciate hearing about any lessons you learned and suggestions for how to set this up.
Kyle
© Server Fault or respective owner