您可以使用 AD LDS (ADAM) 帐户对 SSAS 进行身份验证吗?
我对 AD LDS 很陌生,经验丰富,但不具备 SSAS 资格,所以我为我对这些的无知表示歉意。
我们有几个实现,通过 HTTPS 代理 (msmdpump.dll) 公开 SSAS,目前我们有一个临时域设置来处理此问题(我们的最终用户有第二个帐户+信用来管理,因为这 = 不理想) 。我想让我们转向更永久的解决方案,我正在考虑将我们的 Web 应用程序、SSAS 等的所有身份验证转移到 AD LDS。然而,SSAS 是我关心的地方。
我知道 SSAS 需要 Windows 身份验证才能正常运行,这最终意味着将涉及 Active Directory。
有没有办法使用 AD LDS 来完成此任务,而不必使用完整的 AD DS 实现?如果是这样,怎么办?
I'm very new to AD LDS and experienced but not qualified with SSAS, so my apologies for my ignorances with these.
We have a couple implementations where we expose SSAS via an HTTPS proxy (msmdpump.dll) and currently we have a temporary domain setup handling this (where our end-users have a second account+creds to manage because of this = non-ideal). I want to move us towards a more permanent solution which I'm thinking of moving all authentication to AD LDS for our web apps, SSAS, and others. However, SSAS is where I'm concerned about this.
I know SSAS requires Windows Authentication and to play nicely, and that this ultimately means Active Directory will be involved.
Is there a way to get this done with AD LDS instead of having to use a full AD DS implementation? If so, how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不可以,SSAS 需要完整的 AD 帐户进行身份验证。
Nope, SSAS requires a full AD account for authentication.
我们最终只是使用完整的 AD-DS 而不是 AD-LDS。
We ended up just going with full AD-DS instead of AD-LDS.