Linux中手工增加支持LDAP认证的方法
1. 修改 /etc/nsswitch.conf 文件passwd: files ldapshadow: files ldapgroup: files ldap2. 修改 /etc/pam.d/system-auth 文件#%PAM-1.0# This file is auto-generated.# User changes will be destroyed the next time authconfig is run.auth required p...