SharePoint 2010 计时器作业使用什么帐户

发布于 2024-09-10 18:58:42 字数 140 浏览 4 评论 0原文

您在什么帐户下运行 SharePoint 2010 计时器作业服务?

您使用农场帐户还是单独的帐户或仅使用本地服务?

目前我使用农场帐户,但运行状况分析器说,使用具有本地管理权限的帐户不是一个好主意。

问候, 亚历克斯

what account do you run the SharePoint 2010 Timer Job service under?

Do you use the farm account or a separate one or just local service?

Currently I use the farm account but the health analyzer says, it's not a good idea to use an account that has local administration permissions.

Regards,
Alex

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

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

发布评论

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

评论(2

喜爱皱眉﹌ 2024-09-17 18:58:42

Technet - 帐户权限和安全设置 (SharePoint Server 2010)

请参阅 < strong>农场服务帐户

服务器场帐户也是
称为数据库访问
帐户并用作应用程序
Central 的池身份
管理,以及作为过程
Microsoft SharePoint 帐户
Foundation 2010 定时器服务。这
服务器场帐户需要
以下权限:

Technet - Account permissions and security settings (SharePoint Server 2010)

See Farm service account

The server farm account is also
referred to as the database access
account and is used as the application
pool identity for Central
Administration, and as the process
account for the Microsoft SharePoint
Foundation 2010 Timer service. The
server farm account requires the
following permissions:

半岛未凉 2024-09-17 18:58:42

计时器服务需要访问数据库。这是主要的事情。有一个单独的服务(SPAdminV4)用于本地管理操作。这种方法使绝大多数代码远离管理员权限。所以,是的,出于安全原因,您确实想使用不同的帐户。

The timer service needs access to the databases. That's the main thing. There's a separate service (SPAdminV4) which is used for local-admin operations. This approach keeps the vast majority of the code away from admin privileges. So yes, you really do want to use a different account for security reasons.

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