Configure SSSD & PAM for Client Authentication.
Note:- The configuration of file is configured according to my network. You have to configure according to you.
1. install the sssd
apt-get install sssd*
2. go to /etc/sssd
create here file named sssd.conf
edit the file
3. change the permission of sssd.conf file to 0600
4. After that make mkhomedir to create the user home directory when login into the system.
path is /usr/share/pam-config/mkhomedir
5. After configuration done restart the service of sssd and update the pam.
systemctl restart sssd
And update the PAM
pam-auth-update
systemctl status sssd
0 comments:
Post a Comment