Tag: Lightweight Directory Access Protocol

Unix Like, 服务器, 未分类

OpenSSH Server & FreeRadius Server Authenticate via Lightweight Directory Access Protocol

安装并配置LDAP Server apt-get update && apt-get -y install slapd ldap-utils 输入LDAP Server的管理员密码(共两次):   重新配置LDAP: dpkg-reconfigure slapd   Omit OpenLDAP server configuration? : no DNS domain name: domain.com   NOTE:此处输入的DNS domain将会作为你的基础搜索区分名称(Base DN)。以”.”为分割符,每个&#822 […]

Read more