在一个只有Linux的大型网络中,您将如何处理身份验证和用户管理?

前端之家收集整理的这篇文章主要介绍了在一个只有Linux的大型网络中,您将如何处理身份验证和用户管理?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
Linux中使用linux多年后,我开始在一家维护大型Windows网络的公司工作.我知道你可以将一个linux主机拼凑到一个Active Directory网络上,但是如果你不需要处理Windows主机,那么有一种整齐的linux-y方式来处理它.纯粹是假设的.

解决方法

与Active Directory for Linux最接近的是FreeIPA. FreeIPA由Redhat制作,为Linux网络提供基于LDAP和Kerberos的身份验证……

FreeIPA is an integrated security information management solution
combining Linux (Fedora),389 Directory Server,MIT Kerberos,NTP,
DNS,Dogtag (Certificate System). It consists of a web interface and
command-line administration tools.

请记住,FreeIPA主要只是Redhat,并且需要花费大量的工作才能在Debian / Ubuntu上运行起来/无论如何……

http://freeipa.org/page/Main_Page

原文链接:/linux/402394.html

猜你在找的Linux相关文章