Windows使用Kerberos作为默认身份验证机制。 Unix / Linux和Mac的默认身份验证机制是哪一种?

问题描述 投票:-2回答:1

[我们知道Windows使用Kerberos作为默认的远程身份验证机制来对服务器进行客户端身份验证吗? Unix / Linux和Mac的默认身份验证机制是哪一种?

linux macos authentication kerberos
1个回答
0
投票

[没有人回答我的问题,我怀疑甚至是下选民也知道答案。无论如何,我将回答我自己的问题(如果我错了,请纠正我),以防它对像我这样的人有益。

由于Active Directory(AD)由Microsoft开发,所以Windows始终使用Active Directory(AD)作为其域控制器,而Kerberos在Active Directory中用作其默认身份验证机制。但是,并非所有其他操作系统都绑定到单个目录服务。除了Active Directory外,他们还使用其他目录服务,例如Apple Open Directory,Apache Directory Server,389 Directory Server(以前是Fedora Directory Server,Red Hat Directory Server等),并且几乎所有这些服务都使用/支持Kerberos。

参考:1.https://en.wikipedia.org/wiki/Directory_service2.https://en.wikipedia.org/wiki/Apple_Open_Directory3. https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol

© www.soinside.com 2019 - 2024. All rights reserved.