[CentOS7] LDAPアカウントでログインできるサーバを構築

Created on 2017-09-26
Published on 2017-10-30

やり方:

$ authconfig-tui
  # tuiでいい感じに設定する。

$ authconfig --enablemkhomedir --update
$ systemctl start nslcd
$ systemctl enable nslcd

nslcdを起動するのを忘れずに。 nslcdサービスを起動するのを忘れると /var/log/secure にこんなログが記録され、認証が通らない。

Sep 26 00:04:28 gate-worker sshd[2234]: pam_unix(sshd:auth): check pass; user unknown
Sep 26 00:04:28 gate-worker sshd[2234]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=192.168.133.111