我可以在 sharepoint 2010 中将服务器身份验证更改为混合模式吗?
我想知道我是否可以在用于 SharePoint2010 安装的 SQL Server 实例上使用混合模式身份验证;不违反 SP2010 的许可条款。
I want to know weather I can used mixed mode authentication on sql server instance being used for SharePoint2010 installation; without breaking the licence terms for SP2010.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我不了解许可,因此无法正式回答您的问题。
但我现在知道 Sharepoint 2010 使用 SQL Express 2008 R2(不是不同的 Windows 数据库),该数据库的数据库限制为 10 GB,但是 Blob 现在使用文件流存储,这改变了存储游戏。
摘要:我相信您可以将身份验证更改为混合模式,但是由于 sql express 限制,您将无法通过它远程连接。
I'm not aware of licensing so I can't answer your question officially.
But I know now that Sharepoint 2010 uses SQL Express 2008 R2 (not that different windows database) that does have database limit of 10 gb however blobs are now stored with filestream that changes the storage game.
in Summary: I Believe you can change the auth to mixed mode, however you will not be able to connect through it remotelly due to a sql express restriction.
请在此处下载 Word 文档,了解有关如何配置混合身份验证的详细信息。
Download the Word document here for details on how to configure mixed authentication.
我不认为使用混合模式身份验证公开自定义 SharePoint 2010 SQL 数据库违反了 MS 许可协议,尽管我对此不是 100% 确定,您可以直接询问他们。不确定加布里埃尔提到的限制,我对此不熟悉。
I do not think that exposing custom SharePoint 2010 SQL database with mixed-mode authentication violates the MS license agreement, although I am not 100% sure about that and you can ask them directly. Not sure about the restriction Gabriel mentioned, I am not familiar with that.