asked on
ASKER
ASKER
Microsoft Sharepoint is a software platform and family of software products used for collaboration and web publishing combined. These capabilities include developing web sites, portals, intranets, content management systems, search engines, wikis, blogs, and other tools for business intelligence and collaboration. SharePoint has a Microsoft Office-like interface, and it is closely integrated with the Office suite.
TRUSTED BY
Basics are as follows:
Install & Configure SP
Extend Web App -- Use host-headers / DNS / AAM to make sure it is accessible via the URL you want
Configure FBA for your extended web application (Use the AD provider and LDAP to connect to external active directory)
Make sure you can get to both sites internally and login with your FBA users
Install ISA
Create Firewall rules for each site
Create a web listener. Tell it to use Forms Auth and LDAP as the verification method
Configure your validation servers. 1 entry for internal AD and 1 for external. Make sure your login expressions are different on both (domain\username or UPN), because that is how ISA knows where to find the user to authenticate
Allow LDAP and NETBIOS (Diagram, Name Service, & Session) through ISA
Allow signal signon in your publishing rules if you want life to be a little bit better for people accessing multiple sites
Test from external.
If you are having problems with external access, watch the ISA monitoring option when you try to access. It will tell you what is being blocked.
In this senario, your external users have to log in twice (kind of a pain), once in ISA and once for SharePoint's FBA. Your internal users on the outside should only have to authenticate against ISA if it is configured correctly, as it will pass the info into SP
Hope this helps a little