Changes

From SME Server
Jump to navigationJump to search
m
no edit summary
Line 110: Line 110:     
===Configure the system to use SSSD as a source of authentication:===
 
===Configure the system to use SSSD as a source of authentication:===
Use the tool auth-client-config:
+
Setup to use the tool auth-client-config:
vim /etc/auth-client-config/profile.d/sss
  −
and add following lines:
      +
We can copy and paste in a terminal to add following lines:
 +
 +
cat <<'_EOF' > /etc/auth-client-config/profile.d/sss
 
  [sss]
 
  [sss]
 
  nss_passwd=    passwd:        compat sss
 
  nss_passwd=    passwd:        compat sss
Line 141: Line 142:  
                 session        [success=1 default=ignore]      pam_sss.so
 
                 session        [success=1 default=ignore]      pam_sss.so
 
                 session        required                        pam_unix.so
 
                 session        required                        pam_unix.so
 +
_EOF
    
And enable this:
 
And enable this:

Navigation menu