将 Active Directory 用于 Exchange 服务器实施的用户和密码同步是否合适?

Is it Good to use Active Directory for User and password sync for an Exchange server implementation?

我正在使用 SMTP 发送电子邮件。现在我想使用 Exchange 服务器 send/receive 与个人用户 mailbox.I 的电子邮件有其他网络应用程序使用存储在数据库中的相同域凭据进行用户身份验证。

Now For sync between Exchange server users and users in DB,

Should I go with standalone application which sync credential with exchange server and credential stored in Database?

or Go with Active directory? Is it easy to manage Active directory?

没有 Active Directory 就无法安装 Exchange,因此无法绕过它。因此,使用 Active Directory 作为您的主密码存储库并同步到备用应用程序。

更好的解决方案是通过 LDAP、Kerberos 或 NTLM 直接在 Active Directory 中进行身份验证。不过,使用 LDAP 还可以让您的应用程序基于 Active Directory 安全组创建用户层次结构和安全策略,从而为您带来额外的好处。

Active Directory 就是您的答案。