为什么Sharepoint会自动创建配置文件?

发布于 2024-10-12 01:19:46 字数 157 浏览 4 评论 0原文

我将sharepoint 2010与claimsAuthentification(SQLMembership Provider)一起使用,

当用户第一次进行身份验证时,sharepoint会自动为此

用户创建一个配置文件,请问我如何避免这种情况。

谢谢

im using sharepoint 2010 with claimsAuthentification (SQLMembership Provider)

when user is authentified the first time, sharepoint create automatically a profile for this

user, please how can i avoid this.

thx

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夜司空 2024-10-19 01:19:46

您无法使用开箱即用的 SqlMembershipProvider,SharePoint 需要将用户数据存储在某处,它只是挂接到提供程序中。您需要编写自己的 MembershipProvider 来完成此任务。

You can't with the out of the box SqlMembershipProvider, SharePoint needs to store user data somewhere, it just just hooks into the provider. You would need to write your own MembershipProvider to accomplish this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文