1、bash下 输入
setup 命令
2、Authenaction Confirgation
User infomation
Authentication
勾选Cache Information
勾选
Use MD5 Passwords
勾选Use LDAP
勾选
Use shadow Passwords
勾选
User LDAP
Authenaction
local
勾选
Authenaction
is suffcient
过程中可能会提示缺包,根据提示安装就ok了
这个时候,可以用ldap登录,也可以用密码登录了
ldap登录的用户可能会面临登录之后没有home目录的问题
解决方法:在ldap中将所有人的home目录修改成固定目录
mkdir /home/public
chmod 777 /home/public