- https://linux.die.net/man/5/sssd-ldap
- https://tylersguides.com/guides/configure-sssd-for-ldap-on-centos-7/
- Set the permissions on the configuration file:
chown root:root /etc/sssd/sssd.conf chmod 600 /etc/sssd/sssd.conf
-
Enable and Start SSSD The following command will enable SSSD to start at boot time.
-
systemctl enable sssd
-
systemctl start sssd
- install semanager: dnf install policycoreutils-python-utils
- semanage fcontext -a -e /home /home/locale
Run the following command as root to configure PAM and NSS.
authconfig --enablesssdauth --enablesssd --enablemkhomedir --updateall
- sudo failed to sync with ldap: use local sudoer