Let's all Share
SharePoint 2010, MOSS 2007, C#, ASP.NET, SQL Server, software architecture and development, XML, Microsoft Windows, Windows Sharepoint Services 3.0
Tuesday, November 19, 2013
Fiddler Html Inspector crash
Thursday, May 31, 2012
Reset the farm Passphrase in SharePoint 2010 if you forget it
- Open the SharePoint 2010 Management Shell (Start > All Programs > Microsoft SharePoint 2010 Products > SharePoint 2010 Management Shell)
- Write this at the PowerShell prompt:
- $passphrase = ConvertTo-SecureString -asPlainText -Force
- Input the new desired passphrase and press Enter
- Write this at the PowerShell prompt:
- Set-SPPassPhrase -PassPhrase $passphrase -Confirm
- You will be asked to confirm the passphrase by re-entering it
- Re-enter the passphrase and press Enter
- You will be asked if you are sure that you want to perform this action, type Y (for Yes) and hit Enter
- Your farm passphrase has now been rested :)
Saturday, January 21, 2012
SharePoint 2010 Calendar hovers and add new button
Wednesday, September 28, 2011
setting up windows authentication/active directory with multi tenancy
Having different OUs per tenant for example let’s say I have an OU called Customers, and within that I have an OU for each of my tenants (Microsoft, Oracle and Apple). Each individual customer OU contains a tenant admin user and then some regular users; thus it is isolated and secured. Here is some references.
http://www.harbar.net/articles/sp2010mt4.aspx
http://projectserverblogs.com/?p=4418
2
Thursday, October 14, 2010
SharePoint 2010 claims based and mixed authentication
The problem:
Some line of business portals has an issue with multiple authentication techniques because part of the authentication is done through LDAP or any other type of authentication techniques and the other part is done against AD.
The solution:
SharePoint 2010 security is the answer for this because SharePoint 2010 changes authentication in the following areas:
– Uses classic mode and claims based authentication
– Classic mode is SharePoint 2007 style legacy mode
– Claims-based authentication is the new security model
What are the benefits?
– Claims decouples SharePoint from the authentication provider
– Allows SharePoint to support multiple authentication providers per URL
– Identities can be passed without Kerberos delegation
– Allows federation between organizations
– ACLs can be configured with DLs, Audiences and OUs
Claims-Based Terminology
• Identity: security principal used to configure the security policy
• Claim (Assertion): attribute of an identity (such as Login Name, AD Group, etc.)
• Issuer: trusted party that creates claims
• Security Token: serialized set of claims (assertions) about an authenticated user.
• Issuing Authority: issues security tokens knowing claims desired by target application (AD, ASP.NET, LiveID, etc.)
• Security Token Service (STS): builds, signs and issues security tokens
• Relying Party: application that makes authorization decisions based on claims
Multi Authentication: When to Use It:
• Same experience for different class of users
• Single URL instead of doing 2 urls like we used to do in MOSS 2007
• Same experience for same users no matter where they access content from
• Outlook Web Access
• Preferred choice for cross company collaboration solutions
And here some other useful links:
http://spautomaticsignin.codeplex.com/
http://blogs.msdn.com/b/brporter/archive/2010/05/10/temp.aspx
http://www.orbitone.com/en/blog/archive/2010/05/04/sharepoint-2010-mixed-authentication.aspxMonday, July 27, 2009
give anonymous permission for survey in publishing portal
http://social.msdn.microsoft.com/Forums/en-US/sharepointecm/thread/b0c812a2-ee45-4cdb-883e-ce7187d393fb
and for more info about the ViewFormPagesLockDown feature find the link below
http://technet.microsoft.com/en-us/library/cc263468.aspx#section6
and this works with the anonymous permission for DispForm.aspx for any list.
Wednesday, June 3, 2009
Yahoo Pipes
http://arstechnica.com/web/guides/2009/03/yahoo-pipes-getting-started-with-custom-rss-feeds.ars
http://www.ghacks.net/2008/08/13/customize-rss-news-feeds-with-yahoo-pipes/
http://www.jumpcut.com/fullscreen?id=F4396574585311DC87A2000423CF0184&type=clip
http://www.jumpcut.com/fullscreen?id=C086AA92568811DCAB02000423CF381C&type=movie