MOSS2007과 Community Server 사용자 DB의 통합
MOSS2007과 Community Server 사용자 DB의 통합
2007.11.23이하 문서는 MOSS 2007과 Community Server의 사용자 DataBase를 통합하는 방법을 제공한다. 기본적으로 ASP.NET SQL Membership Provider를 이용하는 방법으로 통합을 진행한다. http://msdn2.microsoft.com/en-us/library/bb892784.aspx http://blogs.msdn.com/sharepoint/ http://blogs.msdn.com/sharepoint/archive/2006/08/16/702010.aspx http://msdn2.microsoft.com/en-us/library/x28wfk74.aspx http://msdn2.microsoft.com/en-us/library/x28wfk74.aspx http://comm..
MOSS STSADM의 명령어 목록
MOSS STSADM의 명령어 목록
2007.11.09STSADM 명령어 목록 http://technet2.microsoft.com/Office/en-us/library/a8ae94e2-0866-4790-a8f4-4a75de6e885b1033.mspx?mfr=true 그 중에 참조한 AddUser 명령어 http://technet2.microsoft.com/Office/f/?en-us/library/5aa833a2-fe8a-4d8c-9724-94a2ec5940bf1033.mspx Operation name: Adduser Description Adds a user account to the specified site collection and assigns it to the specified group or role. Use the siteadmin par..
CAML XML Editor
CAML XML Editor
2007.09.13http://www.ideseg.com/SharePointCAMLEditorV000.aspx CAML XML Editor 넘 복잡한 WSS CAML ㅡㅡ; 이걸로 조금은 편해지려나 된장... MOSS 개발자들에 힘을~!! ㅋㅋ PS. 요건 다른.. http://www.ideseg.com/SharePointYetAnotherCAMLQueryTool2.aspx WHERE ((Column1 = "Value1") AND (Column2 = "Value2")) OR ((Column3 = 10) AND (Column3 NULL)) GROUPBY Column1 ORDERBY Column1, Column2 ASC, Column3 DESC Also, you can use == for equal and != for not..
Moss Authentication Active directory
Moss Authentication Active directory
2007.09.12Authentication samples http://technet2.microsoft.com/Office/en-us/library/23b837d1-15d9-4621-aa0b-9ce3f1c7153e1033.mspx?mfr=true Use Forms Authentication with SQL Server in ASP.NET 2.0 http://msdn2.microsoft.com/en-us/library/ms998317.aspx Active Directory Role provider http://www.codeplex.com/adrp
MOSS Form based authentication
MOSS Form based authentication
2007.09.07http://www.codeplex.com/MOSSFormsFeature/Release/ProjectReleases.aspx?ReleaseId=1766 http://weblog.vb-tech.com/nick/archive/2006/06/14/1617.aspx aspnet_regsql을 이용해 sql membership provider를 이용하는 문제 때문에 사용자 정보를 커스터마이즈 하기는 쉽지 않지만, 그래도 사용되는 것들중에는 이 방법이 가장 편하지 않은가 생각한다.