Managed Service Accounts: Understanding, Implementing, Best Practices, and Troubleshooting

简介:

1、Managed Service Accounts(MSA)是一个windows server 2008 提供的新的账户类型。

2、它是一个域账户,并且它的密码由系统自动生成,免去了使用传统域账户,管理员出于安全考虑需要 定期更改密码的麻烦。

3、它可以成为域中安全组的成员,为计算机服务进程提供了访问网络资源的权限。

4、限制:一个MSA只能用在一台计算机上,但可以用在一台计算机的多个服务上。

5、一般被使用在IIS和Exchange等关键的系统服务上。


http://blogs.technet.com/b/askds/archive/2009/09/10/managed-service-accounts-understanding-implementing-best-practices-and-troubleshooting.aspx




      本文转自daniel8294 51CTO博客,原文链接:http://blog.51cto.com/acadia627/1351074,如需转载请自行联系原作者


相关文章
|
设计模式 缓存 监控
译|Design patterns for container-based distributed systems(下)
译|Design patterns for container-based distributed systems(下)
82 0
|
设计模式 分布式计算 Kubernetes
译|Design patterns for container-based distributed systems(上)
译|Design patterns for container-based distributed systems
101 0
|
安全
Information Systems Security Assessment – Open information security framework
The Information Systems Security Assessment Framework (ISSAF) seeks to integrate the following m...
1000 0
|
中间件 Serverless Go
Backend-as-a-Service (BaaS) for Efficient Software Development
The adoption of the Internet and mobile technologies has revolutionized the business ecosystem, with entrepreneurs able to implement ideas quickly by .
1760 0
Backend-as-a-Service (BaaS) for Efficient Software Development
|
JavaScript Oracle 关系型数据库
Uptime And Monitoring Strategies For Cloud-Based E-Commerce Applications/Websites
In order to keep your e-commerce site functioning properly, you need to take positive steps to monitor both its performance and functionality.
1528 0
|
Oracle 关系型数据库 应用服务中间件
|
API C# C++
Managed Debugging Assistant 'PInvokeStackImbalance' has detected a problem in 解决方案
because regular C functions work differently than the Windows API functions; their "calling conventions" are different, meaning how they pass around parameters is different.
1183 0